Share via


FormatNumber Method

The FormatNumber method in the Groove 2007 Forms Tool returns a formatted number for the current locale.

Syntax

object.FormatNumber

(

i_Value As Number,

i_Precision As Number = 0,

i_Symbol As String = ""

) As String

Parameters

Parameter Description

i_Value

Raw number to be formatted.

i_Precision

Optional precision to which the number should be formatted.

i_Symbol

Currency or other symbol to be formatted with the result.

Return Value

The return value is a string that represents the formatted number.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
FormatDate Method
FormatDateTime Method
ParseDate Method
ParseDateTime Method
ParseNumber Method