[]
        
(Showing Draft Content)

C1.Framework.ResourceLoader.DecodeImage

DecodeImage Method

DecodeImage(string)

Decodes an image from a base-64-encoded string.

Declaration
public static Image DecodeImage(string data)
Parameters
Type Name Description
string data

String that contains the encoded image data.

Returns
Type Description
Image

The Image encoded in the string.