点击或拖拽改变大小

Functions.ChrA 方法

X#
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
查看代码

参数

dwCode
类型:UInt32

返回值

类型:String
参见