[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts an array of bytes to base data types. [Property] Index=Sets the starting position within Array. ARG(int)|1|0 [Methods] *doToBoolean=Returns a Boolean value converted from one byte at a specified position in a byte array.ARG(byte[] array, int index)|1|0 doToChar=Returns a Unicode character converted from two bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToDouble=Returns a double-precision floating point number converted from eight bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToShort=Returns a 16-bit signed integer converted from two bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToInt=Returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToLong=Returns a 64-bit signed integer converted from eight bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToSingle=Returns a single-precision floating point number converted from four bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToUShort=Returns a 16-bit unsigned integer converted from two bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToUInt=Returns a 32-bit unsigned integer converted from four bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 *doToULong=Returns a 64-bit unsigned integer converted from eight bytes at a specified position in a byte array.ARG(byte[] array, int index)|1|0 onResult=Occurs after invoke the method doToXXXX and returns the result of the conversion ARG(T)|2|0 Result=Returns the result of the conversion. ARG(T)|3|0 IsLittleEndian=Indicates the byte order in which data is stored in this computer architecture. ARG(bool)|3|104 Array=Defines an array of bytes. ARG(byte[])|4|0 Index=Defines the starting position within Array. ARG(int)|4|1