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




fieldType
An esriFieldType (e.g., esriFieldTypeInteger).
Returns the System.Type equivalent to the input esriFieldType.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToSystemType( _
   ByVal fieldType As esriFieldType _
) As Type
Visual Basic (Usage)Copy Code
Dim fieldType As esriFieldType
Dim value As Type
 
value = Converter.ToSystemType(fieldType)
C# 
public static Type ToSystemType( 
   esriFieldType fieldType
)

Parameters

fieldType
An esriFieldType (e.g., esriFieldTypeInteger).

Return Value

The corresponding Type (e.g., Int32).

See Also

© 2010 All Rights Reserved.