C# Class clojure.lang.Printf.ConversionAux

Show file 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