Functions.MBSLen 方法 | |
返回包含双字节字符的强类型字符串的长度。
命名空间:
XSharp.VO
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 FUNCTION MBSLen(
cMbString AS STRING
) AS DWORD
public static uint MBSLen(
string cMbString
)
查看代码参数
- cMbString
- 类型:String
返回值
类型:
UInt32cMBString 的长度,其中每个双字节字符计为一个字符。
如果字符串是 NULL_STRING,MBSLen() 返回零。
备注
此函数类似于 SLen(),但处理包含双字节字符的字符串。
备注 提示: |
---|
This function is the same as Slen() since .Net has unicode strings |
示例 参见