方法 | 描述 |
---|---|
As |
将字符串转换为指定数据类型的强类型值。 |
As |
将字符串转换为指定的数据类型,并指定默认值。 |
AsBool(String) | 将字符串转换为布尔值 (true/false)。 |
AsBool(String, Boolean) | 将字符串转换为布尔值 (true/false),并指定默认值。 |
AsDateTime(String) | 将字符串转换为 DateTime 值。 |
AsDateTime(String, DateTime) | 将字符串转换为 DateTime 值,并指定默认值。 |
AsDecimal(String) | 将字符串转换为 Decimal 数字。 |
AsDecimal(String, Decimal) | 将字符串转换为 Decimal 数字,并指定默认值。 |
AsFloat(String) | 将字符串转换为 Single 数字。 |
AsFloat(String, Single) | 将字符串转换为 Single 数字,并指定默认值。 |
AsInt(String) | 将字符串转换为整数。 |
AsInt(String, Int32) | 将字符串转换为整数,并指定默认值。 |
Is |
检查字符串是否可以转换为指定的数据类型。 |
IsBool | 检查字符串是否可以转换为 Boolean (true/false) 类型。 |
IsDateTime | 检查字符串是否可以转换为 DateTime 类型。 |
IsDecimal | 检查字符串是否可以转换为 Decimal 类型。 |
IsEmpty | 检查字符串值是否为 nullptr 或空。 |
IsFloat | 检查字符串是否可以转换为 Single 类型。 |
IsInt | 检查字符串是否可以转换为整数。 |
2015职称计算机考试书PowerPoint2007中 .. 定价:¥45 优惠价:¥42 更多书籍 | |
2015年全国职称计算机考试教材(2007模 .. 定价:¥225 优惠价:¥213 更多书籍 |