-
Notifications
You must be signed in to change notification settings - Fork 2
M_Ekstrand_Text_StringTokenizer_TokensToList
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
Return tokens based on current delimiters.
Namespace: Ekstrand.Text
Assembly: StringTokenizer (in StringTokenizer.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public List<string> TokensToList()VB
Public Function TokensToList As List(Of String)C++
public:
List<String^>^ TokensToList()F#
member TokensToList : unit -> List<string>
Type: List(String)
List of tokens based on current delimiters.
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com