[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the value of an array of 8-bit unsigned integers to its equivalent string representation that is 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] doToBase64String=Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. ARG(byte[] array)|1|0 *doToBase64String2=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[] array, Base64FormattingOptions options)|1|0 *doToBase64String3=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, and the number of elements in the array to convert. ARG(byte[] array, int offset, int length)|1|0 *doToBase64String4=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[] array, int offset, int length, Base64FormattingOptions options)|1|0 onResult=Occurs after invoke the method doToBase64String and returns the string representation, in base 64, of the contents of Array. ARG(string)|2|2 Result=Returns the string representation, in base 64, of the contents of Array. ARG(string)|3|2 Array=Defines the array of 8-bit unsigned integers. ARG(byte[])|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