[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Gets the decimal value of a hexadecimal digit. [Property] [Methods] doFromHex=Gets the decimal value of a hexadecimal digit. ARG(char digit)|1|0 onFromHex=Occurs after invoke the method doFromHex and returns the value that contains a number from 0 to 15 that corresponds to the specified hexadecimal digit. ARG(int)|2|1 Result=Returns the value that contains a number from 0 to 15 that corresponds to the specified hexadecimal digit. ARG(int)|3|1 Digit=Defines the hexadecimal digit (0-9, a-f, A-F) to convert. ARG(char)|4|106