Functions.IsAlphaNum 方法 | |
Determine if the leftmost character in a string is alphanumeric..
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION IsAlphaNum(
cSource AS STRING
) AS LOGIC
public static bool IsAlphaNum(
string cSource
)
查看代码参数
- cSource
- 类型:String
The string to examine.
返回值
类型:
BooleanTRUE if the first character is either alphabetic or numeric otherwise FALSE.
参见