|
ArgumentsEscape Method
|
Escapes a string so that it will be parsed as a
single argument by the
ToArgs(String) method.
Namespace: GSF.ConsoleAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+847e67983c2726f8c785c874494ae25cfc838a9a
SyntaxGSF.Console.Arguments.Escape = function(arg);
View SourceParameters
- arg String
- The argument to be escaped.
Return Value
StringThe escaped argument.
See Also