C# Class BExIS.Dlm.Services.TypeSystem.DataTypeUtility

Show file Open project: BEXIS2/Core

Public Methods

Method Description
GetTypeCode ( string type ) : DataTypeCode
IsTypeOf ( object data, string systemType ) : bool

Method Details

GetTypeCode() public static method

public static GetTypeCode ( string type ) : DataTypeCode
type string
return DataTypeCode

IsTypeOf() public static method

public static IsTypeOf ( object data, string systemType ) : bool
data object
systemType string
return bool