ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
FromEsriFieldType Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class : FromEsriFieldType Method




fieldType
EsriFieldType to convert (esriFieldTypeString, esriFieldTypeInteger, etc.).
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 esriFieldType _
) As Type
Visual Basic (Usage)Copy Code
Dim fieldType As esriFieldType
Dim value As Type
 
value = Converter.FromEsriFieldType(fieldType)
C# 
public static Type FromEsriFieldType( 
   esriFieldType fieldType
)

Parameters

fieldType
EsriFieldType to convert (esriFieldTypeString, esriFieldTypeInteger, etc.).

Return Value

Corresponding .NET Type (String, Int32, etc.).

See Also

© 2010 All Rights Reserved.