[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base-64 digits. [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 Options=Insert a line break every 76 characters, or None to not insert line breaks. ARG(Base64FormattingOptions)|14|0|None,InsertLineBreaks [Methods] doToBase64CharArray=Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base-64 digits. Parameters specify the subsets as offsets in the input and output arrays, the number of elements in the input array to convert, and whether line breaks are inserted in the output array. ARG(byte[] inArray, int offset, int length, char[] outArray, Base64FormattingOptions options)|1|0 onResult=Occurs after invoke the method doToBase64CharArray and returns the number of bytes in outArray. ARG(int)|2|1 Result=Returns the number of bytes in outArray. ARG(int)|3|1 InArray=Defines the input array of 8-bit unsigned integers. ARG(byte[])|4|13 Offset=Defines a position within InArray. ARG(int)|4|1 Length=Defines the number of elements in InArray to convert. ARG(int)|4|1 OutArray=Defines the output array of Unicode characters. ARG(char[])|4|13