ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / NumberFormat Class / ValueToString Method
The format to use
The value to format

In This Topic
    ValueToString Method
    In This Topic
    Returns a formatted value based on the input ArcGIS.Core.CIM.CIMNumberFormat and value. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static string ValueToString( 
       CIMNumberFormat numberFormat,
       double value
    )
    Public Shared Function ValueToString( _
       ByVal numberFormat As CIMNumberFormat, _
       ByVal value As Double _
    ) As String

    Parameters

    numberFormat
    The format to use
    value
    The value to format

    Return Value

    A formatted value
    Exceptions
    ExceptionDescription
    Number format cannot be null
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also