JsonValue Conversion (String to JsonValue)
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static implicit operator JsonValue (
string value
)
Public Shared Widening Operator CType (
value As String
) As JsonValue
static implicit operator JsonValue (
String^ value
)
F# does not support the declaration of new casting operators.
- value String
- The value to be converted to a JsonValue.
JsonValue
A
JsonValue instance that represents the original value.