Convert.ChangeType Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an Object with a specified type and whose value is equivalent to a specified object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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, IFormatProvider) | Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information. |
Show: