InfiniteIntConverter.ConvertFrom 方法

定义

String 转换为 Int32

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

参数

ctx
ITypeDescriptorContext

用于类型转换的 ITypeDescriptorContext 对象。

ci
CultureInfo

转换期间使用的 CultureInfo 对象。

data
Object

要转换的 String 对象。

返回

如果data参数为String“infinite”,则为 Int32.MaxValue;否则Int32为表示data参数整数值的 。

注解

从配置文件读取 时,ConvertFrom系统使用 方法将值Int32转换为 String

适用于