C# Class MapAround.IO.DbaseFieldDescriptor

Represents a descriprion of dBase field.
Mostra file Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

Method Description
GetDataType ( char DbaseType ) : Type

Gets a CLR type by the character defining a dBase field type.

GetDbaseType ( Type type ) : char

Converts a CLR type to corresponding dBase type.

Method Details

GetDataType() public static method

Gets a CLR type by the character defining a dBase field type.
public static GetDataType ( char DbaseType ) : Type
DbaseType char
return System.Type

GetDbaseType() public static method

Converts a CLR type to corresponding dBase type.
public static GetDbaseType ( Type type ) : char
type System.Type A CLR type
return char