FormatterConverter Class
Represents a base implementation of the IFormatterConverter interface that uses the Convert class and the IConvertible interface.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | FormatterConverter() | Initializes a new instance of the FormatterConverter class. |
| Name | Description | |
|---|---|---|
![]() | Convert(Object^, Type^) | Converts a value to the given Type. |
![]() | Convert(Object^, TypeCode) | Converts a value to the given TypeCode. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToBoolean(Object^) | Converts a value to a Boolean. |
![]() | ToByte(Object^) | Converts a value to an 8-bit unsigned integer. |
![]() | ToChar(Object^) | Converts a value to a Unicode character. |
![]() | ToDateTime(Object^) | Converts a value to a DateTime. |
![]() | ToDecimal(Object^) | Converts a value to a Decimal. |
![]() | ToDouble(Object^) | Converts a value to a double-precision floating-point number. |
![]() | ToInt16(Object^) | Converts a value to a 16-bit signed integer. |
![]() | ToInt32(Object^) | Converts a value to a 32-bit signed integer. |
![]() | ToInt64(Object^) | Converts a value to a 64-bit signed integer. |
![]() | ToSByte(Object^) | Converts a value to a SByte. |
![]() | ToSingle(Object^) | Converts a value to a single-precision floating-point number. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ToString(Object^) | Converts the specified object to a String. |
![]() | ToUInt16(Object^) | Converts a value to a 16-bit unsigned integer. |
![]() | ToUInt32(Object^) | Converts a value to a 32-bit unsigned integer. |
![]() | ToUInt64(Object^) | Converts a value to a 64-bit unsigned integer. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

