[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Defines methods that convert the value of the implementing reference or value type to a common language runtime type that has an equivalent value. Tab=Interfaces [Property] [Methods] *doToBoolean=Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToByte=Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToChar=Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToDateTime=Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToDecimal=Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToDouble=Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToInt16=Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToInt32=Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToInt64=Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToSByte=Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToSingle=Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToString=Converts the value of this instance to an equivalent String using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 doToType=Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information. ARG(Type conversionType, IFormatProvider provider)|1|0 *doToUInt16=Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToUInt32=Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *doToUInt64=Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. ARG(IFormatProvider provider)|1|0 *onToBoolean=Occurs after invoke the method doToBoolean and returns the result. ARG(bool)|2|104 *onToByte=Occurs after invoke the method doToByte and returns the result. ARG(byte)|2|0 *onToChar=Occurs after invoke the method doToChar and returns the result. ARG(char)|2|106 *onToDateTime=Occurs after invoke the method doToDateTime and returns the result. ARG(DateTime)|2|0 *onToDecimal=Occurs after invoke the method doToDecimal and returns the result. ARG(decimal)|2|108 *onToDouble=Occurs after invoke the method doToDouble and returns the result. ARG(double)|2|7 *onToInt16=Occurs after invoke the method doToInt16 and returns the result. ARG(short)|2|1 *onToInt32=Occurs after invoke the method doToInt32 and returns the result. ARG(int)|2|1 *onToInt64=Occurs after invoke the method doToInt64 and returns the result. ARG(long)|2|105 *onToSByte=Occurs after invoke the method doToSByte and returns the result. ARG(sbyte)|2|0 *onToSingle=Occurs after invoke the method doToSingle and returns the result. ARG(float)|2|107 *onToString=Occurs after invoke the method doToString and returns the result. ARG(string)|2|2 onToType=Occurs after invoke the method doToType and returns the result. ARG(Object)|2|0 *onToUInt16=Occurs after invoke the method doToUInt16 and returns the result. ARG(ushort)|2|1 *onToUInt32=Occurs after invoke the method doToUInt32 and returns the result. ARG(uint)|2|1 *onToUInt64=Occurs after invoke the method doToUInt64 and returns the result. ARG(ulong)|2|105 *GetTypeCode=Returns the TypeCode for this instance. ARG(TypeCode)|3|0 Interface=Defines methods that convert the value of the implementing reference or value type to a common language runtime type that has an equivalent value. ARG(interface)|4|0 provider=An IFormatProvider interface implementation that supplies culture-specific formatting information. ARG(IFormatProvider)|4|0 conversionType=The Type to which the value of this instance is converted. ARG(Type)|4|0