-
Notifications
You must be signed in to change notification settings - Fork 2
P_Ekstrand_Text_StringTokenizer_Count
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
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)
C#
public int Count { get; }VB
Public ReadOnly Property Count As Integer
GetC++
public:
property int Count {
int get ();
}F#
member Count : int with get
Type: Int32
Return the number of calculated tokens that would be generated.
Calculation is based on current position in tokenizing the given string. The current position is not advanced during this operation.
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com