Symbol Conversion (Symbol to String) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC OPERATOR IMPLICIT (
symValue AS SYMBOL
) AS STRING
public static implicit operator string (
Symbol symValue
)
Request Example
View SourceParameters
- symValue
- Type: Symbol
Return Value
Type:
StringSee Also