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

.NET Framework (current version)
 

Converts the given DiscoveryVersion object to the type of this converter, using the specified context and culture information.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Type descriptor format information that assists in the conversion of a DiscoveryVersion object to another type.

culture
Type: System.Globalization::CultureInfo^

The culture information to use in the type conversion.

value
Type: System::Object^

The DiscoveryVersion object to change.

Return Value

Type: System::Object^

A DiscoveryVersion that has been changed to the type of this converter.

.NET Framework
Available since 4.0
Return to top
Show: