'Declaration
Overloads Function Format( _ ByVal number As Double, _ Optional ByVal options As FormatOptions _ ) As FormatResult
'Usage
Dim instance As IFormatter Dim number As Double Dim options As FormatOptions Dim value As FormatResult value = instance.Format(number, options)
FormatResult Format( double number, FormatOptions options )
Parameters
- number
- A double value indicates the number to format.
- options
- A value that specifies additional format options.
Return Value
A FormatResult value represents the formatting result.