# `GSCustomParameter saveValue`

*Instance Method*

Replaces single quotes with tick marks and removes all non-ASCII characters.

## Declaration

```swift
func saveValue() -> String
```

```objc
- (NSString *) saveValue;
```

```python
saveValue() -> str
```

