Click or drag to resize
JsonString  Conversion (String to JsonString)
Performs an implicit conversion from String to JsonString.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static implicit operator JsonString (
	string value
)

Parameters

value
Type: SystemString
The value to convert.

Return Value

Type: JsonString
The JsonString casted from the specified value.
See Also