LocalizableEnumConverter.ConvertFrom 方法

定義

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

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

參數

culture
CultureInfo
value
Object

傳回

適用於