ExtraSpaceChars Property
Extra characters for the parser to consider as white space.
Syntax
public String getExtraSpaceChars(); public void setExtraSpaceChars(String extraSpaceChars);
Remarks
Normally, the parser considers only the following characters as white space: ' ' (space), '\t' (tab), '\ n' (newline), '\r' (carriage return), '\f' (form feed), and '\v' (vertical tab).
If you would like any other characters to be considered as white space, you may set them as a string into this property.
This property is not available at design time.
Default Value
""