 | ValidateUtilGetCHZNLength 方法 |
Sweet 开发框架
检测含有中文字符串的实际长度
命名空间:
Sweet.Common.DoNetCode
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static int GetCHZNLength(
string inputData
)
Public Shared Function GetCHZNLength (
inputData As String
) As Integer
static member GetCHZNLength :
inputData : string -> int
参数
- inputData
- 类型:SystemString
字符串
返回值
类型:
Int32[缺少 "M:Sweet.Common.DoNetCode.ValidateUtil.GetCHZNLength(System.String)" 的 <returns> 文档]
参见