[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the numeric value of each element of a specified array of bytes to its equivalent hexadecimal string representation. [Property] Index=Sets the starting position within Array. ARG(int)|1|0 Length=Sets the number of array elements in value to convert. ARG(int)|1|0 [Methods] doToHexString=Converts the numeric value of each element of a specified array of bytes to its equivalent hexadecimal string representation.ARG(byte[] value)|1|0 *doToHexString2=Converts the numeric value of each element of a specified subarray of bytes to its equivalent hexadecimal string representation.ARG(byte[] value, int index)|1|0 *doToHexString3=Converts the numeric value of each element of a specified subarray of bytes to its equivalent hexadecimal string representation.ARG(byte[] value, int index, int length)|1|0 onResult=Occurs after invoke the method doToString and returns the result of the conversion. ARG(string)|2|2 Result=Returns the result of the conversion. ARG(string)|3|2 Array=Defines an array of bytes. ARG(byte[])|4|13 Index=Defines the starting position within Array. ARG(int)|4|1 Length=Defines the number of array elements in value to convert. ARG(int)|4|1