SysAddAtomUpperA Function (String) | |
Convert a null-terminated string to an uppercase Symbol and add it to the atom table.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION SysAddAtomUpperA(
s AS STRING
) AS SYMBOL
public static Symbol SysAddAtomUpperA(
string s
)
Request Example
View SourceParameters
- s
- Type: String
Return Value
Type:
SymbolRemarks 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