Click or drag to resize

Symbol2String Function

X#
Convert a symbol to string

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION Symbol2String(
	s AS SYMBOL
) AS STRING
Request Example View Source

Parameters

s
Type: Symbol

Return Value

Type: String
Remarks
Tip Tip
The SYMBOL type is included in the X# language and runtime for compatibility only. In most cases the type can and should be replaced with normal strings.
See Also