This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldInfo2 Interface > IFieldInfo2.AsString Property (ArcObjects .NET 10.4 SDK) |
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