[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts a string to its escaped representation. [Property] DataType=Sets the type of Data. ARG(enum)|14|0|DataString,UriString [Methods] doConvert=Converts a string to its escaped representation. ARG(string Data)|1|0 onConvert=Occurs after invoke the method doConvert and returns the string that contains the escaped representation of Data. ARG(string)|2|2 Result=Returns the string that contains the escaped representation of Data. ARG(string)|3|2 Data=Defines the string to escape. ARG(string)|4|2