C# Class Schumix.Config.Extensions.GeneralExtensions

Some random extension stuff.
Mostrar archivo Open project: Schumix/Schumix2

Public Methods

Method Description
IsBoolean ( this value ) : bool
IsNull ( this obj ) : bool

Determines whether the specified obj is null.

IsNumber ( this value ) : bool

Method Details

IsBoolean() public static method

public static IsBoolean ( this value ) : bool
value this
return bool

IsNull() public static method

Determines whether the specified obj is null.
public static IsNull ( this obj ) : bool
obj this The obj.
return bool

IsNumber() public static method

public static IsNumber ( this value ) : bool
value this
return bool