Windows apps
Collapse the table of content
Expand the table of content
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.

XamlTypeTypeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

.NET Framework (current version)
 

Attempts to convert the specified object to a XamlType, using the specified context.

Namespace:   System.Xaml.Schema
Assembly:  System.Xaml (in System.Xaml.dll)

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A format context that provides information about the environment from which this converter is being invoked.

culture
Type: System.Globalization::CultureInfo^

Culture specific information.

value
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

The converted object.

Exception Condition
NotSupportedException

value cannot be converted.

The XamlTypeTypeConverter class only converts an instance of XamlType to and from a String (or XamlType). Other value types throw an exception.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft