Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Tup
Cobar4Net
Parser
Util
CharTypes
C# Class Tup.Cobar4Net.Parser.Util.CharTypes
ファイルを表示
Open project: tupunco/Tup.Cobar4Net
Public Methods
Method
Description
IsDigit
(
char
c
) :
bool
IsHex
(
char
c
) :
bool
IsIdentifierChar
(
char
c
) :
bool
IsWhitespace
(
char
c
) :
bool
Private Methods
Method
Description
CharTypes
( )
Method Details
IsDigit()
public
static
method
public
static
IsDigit
(
char
c
) :
bool
c
char
return
bool
IsHex()
public
static
method
public
static
IsHex
(
char
c
) :
bool
c
char
return
bool
IsIdentifierChar()
public
static
method
public
static
IsIdentifierChar
(
char
c
) :
bool
c
char
return
bool
IsWhitespace()
public
static
method
public
static
IsWhitespace
(
char
c
) :
bool
c
char
return
bool