StringTokenizerEmptyString Property |
Gets the currently set string for empty tokens.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string EmptyString { get; }
Public ReadOnly Property EmptyString As String
Get
Property Value
Type:
StringThe empty token string.
RemarksDefault is System.String.Empty
See Also