C# 클래스 Utilities.TypeUtilities

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

공개 메소드들

메소드 설명
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