Aracılığıyla paylaş


MachineKeyValidationConverter.ConvertTo Yöntem

Tanım

Bir MachineKeyValidation değeri, bu değerin dize gösterimine dönüştürür.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ ctx, System::Globalization::CultureInfo ^ ci, System::Object ^ value, Type ^ type);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, Type type);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (ctx As ITypeDescriptorContext, ci As CultureInfo, value As Object, type As Type) As Object

Parametreler

ctx
ITypeDescriptorContext

Bu parametre kullanılmaz.

ci
CultureInfo

Bu parametre kullanılmaz.

value
Object

MachineKeyValidation dönüştürülecek.

type
Type

Bu parametre kullanılmaz.

Döndürülenler

Bir değeri temsil eden dize MachineKeyValidation .

Özel durumlar

value parametresi beklenen numaralandırılmış değerlerden biri değildir.

value parametresi bir MachineKeyValidation nesne değil.

Şunlara uygulanır