[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts base data types to an array of bytes, and an array of bytes to base data types. [Property] [Methods] doGetBytes=Returns the value of the specified object as an array of bytes.ARG(convertible value)|1|0 *doDoubleToInt64Bits=Converts the specified double-precision floating point number to a 64-bit signed integer.ARG(double value)|1|0 *doInt64BitsToDouble=Converts the specified 64-bit signed integer to a double-precision floating point number.ARG(long value)|1|0 *doToBoolean=Returns a Boolean value converted from one byte at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToChar=Returns a Unicode character converted from two bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToDouble=Returns a double-precision floating point number converted from eight bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToShort=Returns a 16-bit signed integer converted from two bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToInt=Returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToLong=Returns a 64-bit signed integer converted from eight bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToSingle=Returns a single-precision floating point number converted from four bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToUShort=Returns a 16-bit unsigned integer converted from two bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToUInt=Returns a 32-bit unsigned integer converted from four bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *doToULong=Returns a 64-bit unsigned integer converted from eight bytes at a specified position in a byte array.ARG(byte[] value, int startIndex)|1|0 *IsLittleEndian=Indicates the byte order in which data is stored in this computer architecture.ARG(bool)|3|104 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 array of bytes|4|0 Index=Defines the starting position within value|4|1