StringTokenizerDefaultDelimiters Field |
String conatining the default set of delimiters which are " \t\n\r\f":
the space character, the tab character, the newline character, the carriage-return character, and the form-feed character.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public const string DefaultDelimiters = ""
Public Const DefaultDelimiters As String = ""
Field Value
Type:
StringSee Also