Click or drag to resize

ParserCmdString Property

[This is preliminary documentation and is subject to change.]

String to be parsed. Loading this string resets the Parser to the beginning of the line. Then parse off the tokens in sequence.

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public string CmdString { get; set; }

Property Value

Type: String
See Also