编程开发 > DotNET > ASP.Net > 文章内容

ASP.NETWebPages参考手册:WebPages类-StringExtensions类-方法

2016-4-19编辑:ljnbset

StringExtensions 类 - 方法

方法 描述
As(String) 将字符串转换为指定数据类型的强类型值。
As(String, TValue) 将字符串转换为指定的数据类型,并指定默认值。
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 检查字符串是否可以转换为整数。
ASP.NETWebPages教程:发布网站

热点推荐

登录注册
触屏版电脑版网站地图