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
Commons
Collections
PropertiesTokenizer
C# Class Commons.Collections.PropertiesTokenizer
This class divides into tokens a property value. Token separator is "," but commas into the property value are escaped using the backslash in front.
Inheritance:
StringTokenizer
Exibir arquivo
Open project: rasmus-toftdahl-olesen/NVelocity
Class Usage Examples
Public Methods
Method
Description
NextToken
( ) :
String
Get next token.
PropertiesTokenizer
(
String
str
) :
System
Constructor.
Method Details
NextToken()
public
method
Get next token.
public
NextToken
( ) :
String
return
String
PropertiesTokenizer()
public
method
Constructor.
public
PropertiesTokenizer
(
String
str
) :
System
str
String
A String
return
System