Functions.ChrA 方法 | |
Convert an ASCII code to a character value, always using the Ansi codepage, ignoring the SetAnsi() setting.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION ChrA(
dwCode AS DWORD
) AS STRING
public static string ChrA(
uint dwCode
)
查看代码参数
- dwCode
- 类型:UInt32
返回值
类型:
String参见