Functions.AscW 方法 | |
Convert a character to its Unicode ASCII value.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION AscW(
c AS STRING
) AS DWORD
public static uint AscW(
string c
)
查看代码参数
- c
- 类型:String
返回值
类型:
UInt32Number of the Unicode character
参见