JsonValue Implicit Conversion (JsonValue to String)
Silverlight
Namespace: System.Json
Assembly: System.Json (in System.Json.dll)
Parameters
- value
- Type: System.Json.JsonValue
The instance of JsonValue used to initialize the String object.
Return Value
Type: System.StringThe String initialized with the JsonValue value specified or null if value is null.
| Exception | Condition |
|---|---|
| InvalidCastException |
The JsonType of value is not a String and so cannot be cast to String. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.