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; }
Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32The number of tokens extracted.
Remarks
This property returns the total number of extracted tokens,
contrary to
CountTokens.
See Also