string GetString(string defaultValue = null)
Get the current value as a string.
Parameters
| Name | Description |
| defaultValue | The default value to use if the value is not a string. |
Return
The value as a string.
Get the current value as a string.
| Name | Description |
| defaultValue | The default value to use if the value is not a string. |
The value as a string.