C# Класс Schumix.Config.Extensions.GeneralExtensions

Some random extension stuff.
Показать файл Открыть проект

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

Метод Описание
IsBoolean ( this value ) : bool
IsNull ( this obj ) : bool

Determines whether the specified obj is null.

IsNumber ( this value ) : bool

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

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

public static IsBoolean ( this value ) : bool
value this
Результат bool

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

Determines whether the specified obj is null.
public static IsNull ( this obj ) : bool
obj this The obj.
Результат bool

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

public static IsNumber ( this value ) : bool
value this
Результат bool