CultureInfoConverter.ConvertFrom 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的值对象转换为 CultureInfo。
public:
override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
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
参数
- context
- ITypeDescriptorContext
一个 ITypeDescriptorContext,用于提供格式上下文。
- culture
- CultureInfo
指定要转换成的区域性的 CultureInfo。
返回
一个 Object,它表示转换后的值。
例外
value
指定无效的区域性。
无法执行转换。
注解
此转换器只能将对象与字符串进行转换 CultureInfo 和转换。
context
参数可用于提取有关从中调用该转换器的环境的附加信息。 此参数可能为 null
,因此总是需要检查。 同样,上下文对象的属性可以返回 null
。