[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts a subset of a Unicode character array to another base data type and to back [Property] FormattingOptions=Sets specifies whether relevant doToBase64CharArray and doToBase64String methods insert line breaks in their output|14|0|None,InsertLineBreaks [Methods] doToBase64String=Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. A parameter specifies whether to insert line breaks in the return value. ARG(byte[] inArray[, Base64FormattingOptions options])|1|0 doFromBase64String=Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array.ARG(string value)|1|0 *doToBase64String2=Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. Parameters specify the subset as an offset in the input array, the number of elements in the array to convert, and whether to insert line breaks in the return value. ARG(byte[] inArray, int offset, int length[, Base64FormattingOptions options])|1|0 *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 offsetIn, int length, char[] outArray, int offsetOut[, Base64FormattingOptions options])|1|0 *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[] value, int offset, int length)|1|0 onResult=Occurs after invoke the method doXXXX and returns the result of the conversion ARG(value)|2|0 Result=Returns the result of the conversion ARG(value)|3|0 Value=Defines an object that implements the IConvertible interface|4|0 Offset=Defines a position within Value|4|1 Length=Defines the number of elements in Value to convert|4|1 *outArray=Defines an output array of Unicode characters|4|13 *offsetOut=Defines a position within outArray|4|1