ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetFieldTypeFromString Method

Get field type from string.

[Visual Basic .NET]
Public Function GetFieldTypeFromString ( _
    ByVal desc As String _
) As esriFieldType
[C#]
public esriFieldType GetFieldTypeFromString (
    string desc
);
[C++]
HRESULT GetFieldTypeFromString(
  BSTR desc,
  esriFieldType* Type
);
[C++]

Parameters

desc [in]   desc is a parameter of type BSTR Type [out, retval]

  Type is a parameter of type esriFieldType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEGdbUtilities Interface