Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1Gauge Class / FormatDecimal Method

In This Topic
    FormatDecimal Method (C1Gauge)
    In This Topic
    Format decimal number to the string.
    Syntax
    'Declaration
     
    Protected Function FormatDecimal( _
       ByVal number As Double _
    ) As String
    protected string FormatDecimal( 
       double number
    )

    Parameters

    number
    See Also