[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Determines whether a character in a string is hexadecimal encoded. [Property] Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doIsHexEncoding=Determines whether a character in a string is hexadecimal encoded. ARG(string pattern, int index)|1|0 onIsHexEncoding=Occurs after invoke the method doIsHexEncoding and returns the value that is true if pattern is hexadecimal encoded at the specified location; otherwise, false. ARG(bool)|2|104 Result=Returns the value that is true if pattern is hexadecimal encoded at the specified location; otherwise, false. ARG(bool)|3|104 Pattern=Defines the string to check. ARG(string)|4|2 Index=Defines the location in pattern to check for hexadecimal encoding. ARG(int)|4|1