[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] Provider=Sets the object that supplies culture-specific formatting information. ARG(IFormatProvider)|20|(empty)|IFormatProvider Base=Sets the base of the number in value, which must be 2, 8, 10, or 16. ARG(int)|14|2|2,8,10,16 [Methods] *doGetTypeCode=Returns the TypeCode for the specified object. ARG(T value)|1|0 *doIsDBNull=Returns an indication whether the specified object is of type DBNull. ARG(T value)|1|0 *doToBoolean=Converts the value of the specified object to an equivalent Boolean value, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToByte=Converts the value of the specified object to an 8-bit unsigned integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToByteBase=Converts the string representation of a number in a specified base to an equivalent 8-bit unsigned integer. ARG(string value, int fromBase)|1|0 *doToChar=Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToDateTime=Converts the value of the specified object to a DateTime object, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToDecimal=Converts the value of the specified object to an equivalent decimal number, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToDouble=Converts the value of the specified object to an double-precision floating-point number, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToShort=Converts the value of the specified object to a 16-bit signed integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToShortBase=Converts the string representation of a number in a specified base to an equivalent 16-bit signed integer. ARG(string value, int fromBase)|1|0 *doToInt=Converts the value of the specified object to a 32-bit signed integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToIntBase=Converts the string representation of a number in a specified base to an equivalent 32-bit signed integer. ARG(string value, int fromBase)|1|0 *doToLong=Converts the value of the specified object to a 64-bit signed integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToLongBase=Converts the string representation of a number in a specified base to an equivalent 64-bit signed integer. ARG(string value, int fromBase)|1|0 *doToSByte=Converts the value of the specified object to an 8-bit signed integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToSByteBase=Converts the string representation of a number in a specified base to an equivalent 8-bit signed integer. ARG(string value, int fromBase)|1|0 *doToSingle=Converts the value of the specified object to an single-precision floating-point number, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 doToString=Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToStringBase=Converts the value of the specified object to its equivalent string representation in a specified base. ARG(T value, int toBase)|1|0 *doToUShort=Converts the value of the specified object to a 16-bit unsigned integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToUShortBase=Converts the string representation of a number in a specified base to an equivalent 16-bit unsigned integer. ARG(string value, int fromBase)|1|0 *doToUInt=Converts the value of the specified object to a 32-bit unsigned integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToUIntBase=Converts the string representation of a number in a specified base to an equivalent 32-bit unsigned integer. ARG(string value, int fromBase)|1|0 *doToULong=Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information. ARG(T value[, IFormatProvider provider])|1|0 *doToULongBase=Converts the string representation of a number in a specified base to an equivalent 64-bit unsigned integer. ARG(string value, int fromBase)|1|0 onResult=Occurs after invoke the method doXXXX and returns the result of the conversion. ARG(T)|2|0 *DBNull=A constant that represents a database column that is absent of data; that is, database null. ARG(Object)|3|0 Result=Returns the result of the conversion. ARG(T)|3|0 Value=Defines an object that implements the IConvertible interface. ARG(T)|4|0