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)
Syntax public string EmptyString { get; }
Public ReadOnly Property EmptyString As String
Get
Property Value
Type:
StringThe empty token string.
Remarks Default is System.String.Empty
See Also