Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SharpCifs
Util
Sharpen
StringTokenizer
C# Class SharpCifs.Util.Sharpen.StringTokenizer
Exibir arquivo
Open project: brandonprry/Potato
Class Usage Examples
Public Methods
Method
Description
CountTokens
( ) :
int
HasMoreTokens
( ) :
bool
NextToken
( ) :
string
StringTokenizer
(
string
text
,
string
delim
)
Method Details
CountTokens()
public
method
public
CountTokens
( ) :
int
return
int
HasMoreTokens()
public
method
public
HasMoreTokens
( ) :
bool
return
bool
NextToken()
public
method
public
NextToken
( ) :
string
return
string
StringTokenizer()
public
method
public
StringTokenizer
(
string
text
,
string
delim
)
text
string
delim
string