Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Convert::ChangeType Method

 

Returns an object of a specified type whose value is equivalent to a specified object.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticChangeType(Object^, Type^)

Returns an object of the specified type and whose value is equivalent to the specified object.

System_CAPS_pubmethodSystem_CAPS_staticChangeType(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.

System_CAPS_pubmethodSystem_CAPS_staticChangeType(Object^, TypeCode)

Returns an object of the specified type whose value is equivalent to the specified object.

System_CAPS_pubmethodSystem_CAPS_staticChangeType(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.

Return to top
Show: