GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / GetTextForNumber Method
In This Topic
    GetTextForNumber Method
    In This Topic
    Convert a measure value to a text string to be drawn by DrawNumber.
    Syntax
    public virtual string GetTextForNumber( 
       double number
    )

    Parameters

    number

    Return Value

    by default the result of calling String.Format with TextFormat and the given number
    See Also