[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Determines whether a specified character is a valid hexadecimal digit. [Property] Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doIsHexDigit=Determines whether a specified character is a valid hexadecimal digit. ARG(char digit)|1|0 onIsHexDigit=Occurs after invoke the method doIsHexDigit and returns the value that is true if the character is a valid hexadecimal digit; otherwise false. ARG(bool)|2|104 Result=Returns the value that is true if the character is a valid hexadecimal digit; otherwise false. ARG(bool)|3|104 Digit=Defines the character to validate. ARG(char)|4|106