Skip to content

M_Ekstrand_Text_StringTokenizer_NextToken_1

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

StringTokenizer.NextToken Method (String)

Returns the next token from this string tokenizer with specified delimiter

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

Syntax

C#

public string NextToken(
	string delim
)

VB

Public Function NextToken ( 
	delim As String
) As String

C++

public:
String^ NextToken(
	String^ delim
)

F#

member NextToken : 
        delim : string -> string 

Parameters

 

delim
Type: System.String
Specified delimiter to parse for next token.

Return Value

Type: String
The next token from the given string.

See Also

Reference

StringTokenizer Class
NextToken Overload
Ekstrand.Text Namespace

Clone this wiki locally