This document is archived and information here might be outdated.  Recommended version.


IFieldInfo.AsString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldInfo Interface > IFieldInfo.AsString Property
ArcGIS Developer Help

IFieldInfo.AsString Property

The string representation of a given value based on the current field information.

[Visual Basic .NET]
Public Function get_AsString ( _
    ByVal Value As Object _
) As String
[C#]
public string get_AsString (
    object Value
);
[C++]
HRESULT get_AsString(
  VARIANT Value,
  System.String* stringRep
);
[C++]
Parameters
Value [in]

Value is a parameter of type VARIANT stringRep [out, retval]
stringRep is a parameter of type BSTR*

Product Availability

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

See Also

IFieldInfo Interface