[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. [Property] Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doFromBase64String=Converts the specified string, which encodes binary data as base-64 digits. ARG(string Data)|1|0 onFromBase64String=Occurs after invoke the method doFromBase64String and returns the array of 8-bit unsigned integers equivalent to length elements at position offset in Array. ARG(byte[])|2|13 Result=Returns the result of the conversion. ARG(byte[])|3|13 Data=Defines the string to convert. ARG(string)|4|2