ImageReadbase64()

Converts the Base64 string into the image

Usage

IMAGE = ImageReadbase64( string )
Argument Summary
string the base64 encoded string of the image

Calling

Supports named-parameter calling allowing you to use the function like:

ImageReadbase64(
   string=?
);

Supports passing parameters as a structure using ArgumentCollection:

ImageReadbase64( ArgumentCollection={
   string : ?
} );