C# Class Utilities.TypeUtilities

Mostra file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method Description
GetTypeCode ( this type ) : TypeCode
GetUnderlyingType ( this code ) : Type
IsNumeric ( this type ) : bool
IsPrimitiveData ( this type ) : bool
IsUnsignedNumeric ( this type ) : bool

Method Details

GetTypeCode() public static method

public static GetTypeCode ( this type ) : TypeCode
type this
return TypeCode

GetUnderlyingType() public static method

public static GetUnderlyingType ( this code ) : Type
code this
return System.Type

IsNumeric() public static method

public static IsNumeric ( this type ) : bool
type this
return bool

IsPrimitiveData() public static method

public static IsPrimitiveData ( this type ) : bool
type this
return bool

IsUnsignedNumeric() public static method

public static IsUnsignedNumeric ( this type ) : bool
type this
return bool