Returns the data Type equivalent to an EsriFieldType. Typically used with fields in tables.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromEsriFieldType( _
ByVal fieldType As ESRI.ArcGIS.ADF.ArcGISServer.esriFieldType _
) As Type |
Visual Basic (Usage) | Copy Code |
---|
Dim fieldType As ESRI.ArcGIS.ADF.ArcGISServer.esriFieldType
Dim value As Type
value = Converter.FromEsriFieldType(fieldType) |
C# | |
---|
public static Type FromEsriFieldType(
ESRI.ArcGIS.ADF.ArcGISServer.esriFieldType fieldType
) |
Parameters
- fieldType
- EsriFieldType to convert (esriFieldTypeString, esriFieldTypeInteger, etc.).
Return Value
Corresponding .NET Type (String, Int32, etc.).
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also