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

.NET Framework (current version)
 

Converts the specified value to a XName instance.

Namespace:   System.ServiceModel.XamlIntegration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The type descriptor context.

culture
Type: System.Globalization::CultureInfo^

The current culture.

value
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

The converted value.

This method will not add a default namespace if one is not specified in the object being converted.

.NET Framework
Available since 4.0
Return to top
Show: