[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts a base data type to another base data type Icon=Mode [Property] Mode=Sets the type of object to return. ARG(Type)|14|3|Byte,SByte,Boolean,String,Char,Single,Double,Decimal,Int16,Int32,Int64,UInt16,UInt32,UInt64,DateTime Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doConvert=Converts data to target type specified Mode property. ARG(Object Data)|1|0 onResult=Occurs after converting the data and returns the result of conversion. ARG(T)|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 Result=Returns the result of the conversion. ARG(T)|3|0 Data=Defines data to convert. ARG(Object)|4|0