| ParserWhiteSpace Property |
[This is preliminary documentation and is subject to change.]
(read) Get the characters used for White space in the command string. Default is blank and Tab.
(write) Set the characters used for White space in the command string. Default is blank and Tab.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string WhiteSpace { get; set; }
Public Property WhiteSpace As String
Get
Set
public:
property String^ WhiteSpace {
String^ get ();
void set (String^ value);
}
member WhiteSpace : string with get, set
function get_WhiteSpace();
function set_WhiteSpace(value);
Property Value
Type:
StringSee Also