C# Class Habanero.Util.TypeUtilities

Provides a set of Utilities to work with types.
ファイルを表示 Open project: Chillisoft/habanero

Public Methods

Method Description
IsDecimal ( this type ) : bool

Indicates if type is an decimal type.

IsInteger ( this type ) : bool

Indicates if type is an integer type.

Method Details

IsDecimal() public static method

Indicates if type is an decimal type.
public static IsDecimal ( this type ) : bool
type this Type to check.
return bool

IsInteger() public static method

Indicates if type is an integer type.
public static IsInteger ( this type ) : bool
type this Type to check.
return bool