Returns the System.Type equivalent to the input esriFieldType.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function ToSystemType( _
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.ToSystemType(fieldType) |
| C# | |
|---|
public static Type ToSystemType(
ESRI.ArcGIS.ADF.ArcGISServer.esriFieldType fieldType
) |
Parameters
- fieldType
- An esriFieldType (e.g., esriFieldTypeInteger).
Return Value
The corresponding
System.Type (e.g., Int32).
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