Search
JsonConverter Methods
 


 Public Methods

  Name Description

fromBase64String

Converts the specified encoded string to plain text

fromBoolean

 

fromColor

Converts the specified Color to string. boolean hex param is a param to indicate whether color has to be converted to Hex value. The Default resulting string is in the format rgba(0,0,0,0).

fromDouble

 

fromImage

Converts the specified image to string.

fromInt16

 

fromInt32

 

fromInt64

 

fromPointString

Converts the specified comma separated string to a list of PointF objects.

fromSingle

 

toBase64String

Converts the specified plainText string to Base64String

toBoolean

 

toColor

 

toDouble

 

toImage

Converts the specified string value to image.

toInt16

 

toInt32

 

toInt64

 

toPointString

Converts the list of PointF objects to a comma separated string.

toSingle

 

 See Also