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
clojure
lang
Printf.ConversionAux
C# Class clojure.lang.Printf.ConversionAux
Exibir arquivo
Open project: richhickey/clojure-clr
Public Methods
Method
Description
IsCharacter
(
char
c
) :
bool
IsFloat
(
char
c
) :
bool
IsGeneral
(
char
c
) :
bool
IsInteger
(
char
c
) :
bool
IsText
(
char
c
) :
bool
IsValid
(
char
c
) :
bool
Method Details
IsCharacter()
public
static
method
public
static
IsCharacter
(
char
c
) :
bool
c
char
return
bool
IsFloat()
public
static
method
public
static
IsFloat
(
char
c
) :
bool
c
char
return
bool
IsGeneral()
public
static
method
public
static
IsGeneral
(
char
c
) :
bool
c
char
return
bool
IsInteger()
public
static
method
public
static
IsInteger
(
char
c
) :
bool
c
char
return
bool
IsText()
public
static
method
public
static
IsText
(
char
c
) :
bool
c
char
return
bool
IsValid()
public
static
method
public
static
IsValid
(
char
c
) :
bool
c
char
return
bool