• Converts a number to a localized string. Null will be returned if the conversion fails.

    Parameters

    • pValue: number
    • pLocale: string
    • pMinDecimalPlaces: number = 3
    • pMaxDecimalplaces: number = 3
    • pUseGrouping: boolean = false

    Returns string | null

Generated using TypeDoc