CultureInfoIetfLanguageTagConverter.ConvertTo メソッド

定義

CultureInfo オブジェクトを指定のオブジェクト型に変換します。

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, System::Globalization::CultureInfo ^ cultureInfo, System::Object ^ value, Type ^ destinationType);
[System.Security.SecurityCritical]
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
[<System.Security.SecurityCritical>]
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (typeDescriptorContext As ITypeDescriptorContext, cultureInfo As CultureInfo, value As Object, destinationType As Type) As Object

パラメーター

typeDescriptorContext
ITypeDescriptorContext

ITypeDescriptorContext 値。

cultureInfo
CultureInfo

変換中に値が尊重される CultureInfo オブジェクト。

value
Object

変換する CultureInfo を表すオブジェクト。

destinationType
Type

返された変換済みオブジェクトの Type

戻り値

指定したオブジェクト型に変換された CultureInfo オブジェクト。

属性

適用対象