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.
CultureInfoIetfLanguageTagConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)
.NET Framework (current version)
Converts a CultureInfo object to a given object type.
Assembly: PresentationCore (in PresentationCore.dll)
public: [SecurityCriticalAttribute] virtual Object^ ConvertTo( ITypeDescriptorContext^ typeDescriptorContext, CultureInfo^ cultureInfo, Object^ value, Type^ destinationType ) override
Parameters
- typeDescriptorContext
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The ITypeDescriptorContext value.
- cultureInfo
-
Type:
System.Globalization::CultureInfo^
The CultureInfo object whose value is respected during conversion.
- value
-
Type:
System::Object^
The object that represents the CultureInfo to convert.
- destinationType
-
Type:
System::Type^
The Type of the returned converted object.
.NET Framework
Available since 3.0
Available since 3.0
Show: