Click or drag to resize

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; }

Property Value

Type: String
The empty token string.
Remarks
Default is System.String.Empty
See Also