TypeConverter::ConvertTo Method (Object, Type)
Silverlight
Converts the specified value object to the specified type.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Parameters
- value
- Type: System::Object
The object to convert.
- destinationType
- Type: System::Type
The type to convert the object to.
A call to this method forwards the call to ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type), with nullptr passed for context, current culture for culture, and the destinationType of the original call.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: