点击或拖拽改变大小

Functions.SysGetAtomName 方法

X#
Convert a Symbol to a null-terminated string.

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION SysGetAtomName(
	s AS SYMBOL
) AS PSZ
查看代码

参数

s
类型:__Symbol

返回值

类型:__Psz
备注
提示 提示:
SYMBOL 类型仅用于兼容性。在大多数情况下,类型可以和应该被替换为普通字符串。
参见