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


IFieldInfo2.AsString Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFieldInfo2.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,
  BSTR* 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

IFieldInfo2 Interface