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

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

Parameters

value
Type: Dextronet.JsonieJsonString
The value to convert.

Return Value

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