[This is preliminary documentation and is subject to change.]
An
| C# | Visual Basic | Visual C++ |
public interface TypeConverter
Public Interface TypeConverter
public interface class TypeConverter
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| DataType |
The SIF data type of this field from the SifDataType enum
| |
| DbType |
The data type of this field from the DbType enum
| |
| Parse(SifFormatter, String) |
Parses the given XML string value into a SIFSimpleType instance
| |
| ParseField(SifElement, IElementDef, SifFormatter, String) |
Parses the XML string value and returns the proper SimpleField instance to hold
the element value
| |
| ToAdkType(Object) |
Converts the native datatype to the datatype used by the ADK. e.g. converts an 'int' to a 'SifInt'
| |
| TypeCode |
The native .Net TypeCode for this data type
|