Performs an explicit conversion from JsonValue to string.
The conversion succeeds if the Type property is Null or String; otherwise, an InvalidCastException is thrown.
Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 2.0.1
Syntax
Parameters
- value
- Type: KGySoft.JsonJsonValue
The value to be converted to a string.
Return Value
Type: StringA string instance that represents the original value.
Exceptions
Exception | Condition |
---|---|
InvalidCastException | value does not represent a string value. |
See Also