[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts a subset of a Unicode character array, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. [Property] Offset=Sets a position within Array. ARG(int)|1|0 Length=Sets the number of elements in Array to convert. ARG(int)|1|0 Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doFromBase64CharArray=Converts a subset of a Unicode character array, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. Parameters specify the subset in the input array and the number of elements to convert.ARG(char[] array, int offset, int length)|1|0 onFromBase64CharArray=Occurs after invoke the method doFromBase64CharArray 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 Array=Unicode character array. ARG(char[])|4|13 Offset=Defines a position within Array. ARG(int)|4|1 Length=Defines the number of elements in Array to convert. ARG(int)|4|1