Skip to content

P_Ekstrand_Text_StringTokenizer_Count

Fred Ekstrand edited this page Aug 6, 2020 · 1 revision

StringTokenizer.Count Property

Calculates the number of tokens that would be generated.

Namespace: Ekstrand.Text
Assembly: StringTokenizer (in StringTokenizer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int Count { get; }

VB

Public ReadOnly Property Count As Integer
	Get

C++

public:
property int Count {
	int get ();
}

F#

member Count : int with get

Return Value

Type: Int32
Return the number of calculated tokens that would be generated.

Remarks

Calculation is based on current position in tokenizing the given string. The current position is not advanced during this operation.

See Also

Reference

StringTokenizer Class
Ekstrand.Text Namespace

Clone this wiki locally