# `GSCustomParameter stringValue`

*Instance Method*

## Declaration

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

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

```python
stringValue() -> str
```

