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.
XPathMessageContextTypeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts the provided context object into the XAML-serializable type of this converter, using the specified context and culture information.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A type that provides the format context.
- culture
-
Type:
System.Globalization::CultureInfo^
The information about a specific culture, such as calendars, and number formats.
- value
-
Type:
System::Object^
The object to convert.
.NET Framework
Available since 4.0
Available since 4.0
Show: