ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Attribute Class / GetFormattedValueAsync Method

In This Topic
    GetFormattedValueAsync Method
    In This Topic
    Get the formatted value of this attribute.
    Syntax
    public Task<string> GetFormattedValueAsync()
    Public Function GetFormattedValueAsync() As Task(Of String)

    Return Value

    A task returning a formatted string value.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also