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.
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.
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
Available since 4.0
Show: