LocalizableEnumConverter.ConvertTo 方法

定義

從 Enum 轉換成字串,以及奇數字串轉成字串。 其餘所有資料則交給基地

public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object

參數

culture
CultureInfo
value
Object
destinationType
Type

傳回

適用於