Symbol Constructor (String, Logic) | |
Initializes a new instance of the
Symbol class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
sValue AS STRING,
upperCase AS LOGIC
)
public Symbol(
string sValue,
bool upperCase
)
Request Example
View SourceParameters
- sValue
- Type: String
- upperCase
- Type: Logic
See Also