[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts an entire byte array from one encoding to another Tab=Strings [Property] @srcEncoding=Sets the encoding format of bytes|14|0|ASCII,BigEndianUnicode,Unicode,UTF32,UTF7,UTF8 @dstEncoding=Sets the target encoding format|14|5|ASCII,BigEndianUnicode,Unicode,UTF32,UTF7,UTF8 Extern=Make an internal variable available in the global scope|4|0|True,False [Methods] doConvert=Converts an entire byte array from one encoding to another|1|0 onConvert=Occurs after converting and returns an array of type Byte containing the results of converting bytes from srcEncoding to dstEncoding ARG(byte[])|2|13 onError=If an error occurs, an error message appears ARG(Error message)|2|2 Result=Returns an array of type Byte containing the results of converting bytes from srcEncoding to dstEncoding|3|13 GetString=Returns the result of decoding a sequence of bytes from the specified byte array into a string|3|2 Data=Defines a Byte array containing data for encoding|4|13