-
Notifications
You must be signed in to change notification settings - Fork 2
P_Ekstrand_Text_StringTokenizer_Delimiters
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
Replaces the current delimiters with the new given delimiters.
Namespace: Ekstrand.Text
Assembly: StringTokenizer (in StringTokenizer.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string Delimiters { get; set; }VB
Public Property Delimiters As String
Get
SetC++
public:
property String^ Delimiters {
String^ get ();
void set (String^ value);
}F#
member Delimiters : string with get, set
Type: String
The next token generated would be based on the current delimiters.
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com