Search
ConverterUtils Members
Methods
 


Contains helper convert methods.

The following tables list the members exposed by the ConverterUtils type.

 Public Methods

  Name Description

Base64Decode

Decodes a string from Base64 format.

Base64Encode

Encodes a string to Base64 format.

Base64ToImage

Decodes an image from Base64 format.

ColorToString

Converts a Color object to string.

ImageToBase64

Encodes an image to Base64 format.

StringToColor

Converts a string to a Color object.

 See Also