TypeConverter::ConvertFrom Method (Object)
Silverlight
Converts from the specified value to the type of this converter.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Parameters
- value
- Type: System::Object
The value to convert to the type of this converter.
Notes to Implementers
The base implementation calls ConvertFrom passing nullptr for context and the current culture for culture. This is not the signature that the Silverlight 4 XAML parser calls (the XAML parser always uses en-US culture).
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: