C# Класс Utilities.TypeUtilities

Показать файл Открыть проект

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

Метод Описание
GetTypeCode ( this type ) : TypeCode
GetUnderlyingType ( this code ) : Type
IsNumeric ( this type ) : bool
IsPrimitiveData ( this type ) : bool
IsUnsignedNumeric ( this type ) : bool

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

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

public static GetTypeCode ( this type ) : TypeCode
type this
Результат TypeCode

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

public static GetUnderlyingType ( this code ) : Type
code this
Результат System.Type

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

public static IsNumeric ( this type ) : bool
type this
Результат bool

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

public static IsPrimitiveData ( this type ) : bool
type this
Результат bool

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

public static IsUnsignedNumeric ( this type ) : bool
type this
Результат bool