Functions.SysGetAtomName 方法 | |
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
public static __Psz SysGetAtomName(
__Symbol s
)
查看代码参数
- s
- 类型:__Symbol
返回值
类型:
__Psz备注 提示: |
---|
SYMBOL 类型仅用于兼容性。在大多数情况下,类型可以和应该被替换为普通字符串。
|
参见