This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeature Interface > IARFeature.ValueAsString Property (ArcObjects .NET 10.5 SDK) |
A property to access the value of the specified field as a string.
[Visual Basic .NET] Public Function get_ValueAsString ( _ ByVal index As Object _ ) As String
[C#] public string get_ValueAsString ( object index );
Returns the field Value of the field at the specified index in the ARFeature's field collection as a String. There is always at least one field within the field collection.