JsonString Conversion (String to JsonString) |
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic static implicit operator JsonString (
string value
)
Public Shared Widening Operator CType (
value As String
) As JsonString
Parameters
- value
- Type: SystemString
The value to convert.
Return Value
Type:
JsonStringThe
JsonString casted from the specified value.
See Also