[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts a base data type to another base data type. [Property] Type=Sets the type of an object to return. ARG(Type)|20|(empty)|Type TypeCode=Sets the type code of an object to return. ARG(TypeCode)|20|(empty)|TypeCode Provider=Sets the object that supplies culture-specific formatting information. ARG(IFormatProvider)|20|(empty)|IFormatProvider [Methods] doChangeType=Returns an object of the specified type and whose value is equivalent to the specified object. ARG(Object value, Type type)|1|0 *doChangeType2=Returns an object of the specified type code whose value is equivalent to the specified object. ARG(Object value, TypeCode typeCode)|1|0 *doChangeType3=Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information. ARG(Object value, Type type, IFormatProvider provider)|1|0 *doChangeType4=Returns an object of the specified type code whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information. ARG(Object value, TypeCode typeCode, IFormatProvider provider)|1|0 onResult=Occurs after invoke the method doChangeType and returns the result of the conversion. ARG(Object)|2|0 Result=Returns the result of the conversion. ARG(Object)|3|0 Value=Defines an object that implements the IConvertible interface. ARG(Object)|4|0 Type=Defines the type of object to return. ARG(Type)|4|0 *TypeCode=Defines the type code of object to return. ARG(TypeCode)|4|0 *Provider=Defines an object that supplies culture-specific formatting information. ARG(IFormatProvider)|4|0