Method ToStringValue
ToStringValue()
Attempts to convert JSON value to string.
Declaration
public string ToStringValue()
Returns
| Type | Description |
|---|---|
| System.String | Converted string value. |
Exceptions
| Type | Condition |
|---|---|
| System.FormatException | The exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed. |
| System.InvalidCastException | The exception that is thrown for invalid casting or explicit conversion. |