ArcObjects Library Reference (PublisherControls)  

IARFeature.ValueAsString Property

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
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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.

See Also

IARFeature Interface