[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts a specified hexadecimal representation of a character to the character. [Property] Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doHexUnescape=Converts a specified hexadecimal representation of a character to the character. ARG(string pattern, int index)|1|0 onHexUnescape=Occurs after invoke the method doHexUnescape and returns the character represented by the hexadecimal encoding at position index. ARG(char)|2|106 Result=Returns the character represented by the hexadecimal encoding at position index. ARG(char)|3|106 Pattern=Defines the hexadecimal representation of a character. ARG(string)|4|2 Index=Defines the location in pattern where the hexadecimal representation of a character begins. ARG(int)|4|1