 | StringExIsPureEnglishChar 方法 |
Sweet 开发框架
是否是纯英文字母
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool IsPureEnglishChar(
string str
)
Public Shared Function IsPureEnglishChar (
str As String
) As Boolean
static member IsPureEnglishChar :
str : string -> bool
参数
- str
- 类型:SystemString
字符串
返回值
类型:
Boolean结果
参见