C# Класс Habanero.Util.TypeUtilities

Provides a set of Utilities to work with types.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsDecimal ( this type ) : bool

Indicates if type is an decimal type.

IsInteger ( this type ) : bool

Indicates if type is an integer type.

Описание методов

IsDecimal() публичный статический Метод

Indicates if type is an decimal type.
public static IsDecimal ( this type ) : bool
type this Type to check.
Результат bool

IsInteger() публичный статический Метод

Indicates if type is an integer type.
public static IsInteger ( this type ) : bool
type this Type to check.
Результат bool