Click or drag to resize

StringTokenizerCount Property

Gets the total number of tokens extracted.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Count { get; }

Property Value

Type: Int32
The number of tokens extracted.
Remarks
This property returns the total number of extracted tokens, contrary to CountTokens.
See Also