ArcGIS Pro 3.0 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, Windows 8.1

    See Also