Functions.Symbol2String 方法 | |
Convert a symbol to string
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION Symbol2String(
s AS SYMBOL
) AS STRING
public static string Symbol2String(
__Symbol s
)
查看代码参数
- s
- 类型:__Symbol
返回值
类型:
String备注 提示: |
---|
SYMBOL 类型仅用于兼容性。在大多数情况下,类型可以和应该被替换为普通字符串。
|
参见