Convert.ChangeType Method
.NET Framework (current version)
Returns an object of a specified type whose value is equivalent to a specified object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ChangeType(Object, Type) | Returns an object of the specified type and whose value is equivalent to the specified object. |
![]() ![]() | ChangeType(Object, Type, IFormatProvider) | Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information. |
![]() ![]() | ChangeType(Object, TypeCode) | Returns an object of the specified type whose value is equivalent to the specified object. |
![]() ![]() | ChangeType(Object, TypeCode, IFormatProvider) | Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information. |
Show:

