Click or drag to resize

ParserDelimiters Property

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

String defining hard delimiters used to separate token on the command string. Default is , and =. The = separates token name from token value. These override whitesspace to separate tokens.

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

Property Value

Type: String
See Also