ToBinary()

Converts the Base64 string to a binary object

Usage

BINARY = ToBinary( string )
Argument Summary
string string

Calling

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

ToBinary(
   string=?
);

Supports passing parameters as a structure using ArgumentCollection:

ToBinary( ArgumentCollection={
   string : ?
} );