-
Notifications
You must be signed in to change notification settings - Fork 2
P_Ekstrand_Text_StringTokenizer_IsReturnDelimiters
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
If true, then the delimiter characters are also returned as tokens.
Namespace: Ekstrand.Text
Assembly: StringTokenizer (in StringTokenizer.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool IsReturnDelimiters { get; }VB
Public ReadOnly Property IsReturnDelimiters As Boolean
GetC++
public:
property bool IsReturnDelimiters {
bool get ();
}F#
member IsReturnDelimiters : bool with get
Type: Boolean
Default setting is false. Can be set true only through on of the overloaded constructors.
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com