ArcObjects Library Reference (GeoDatabase)  

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,
  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

IFieldInfo Interface