Previous Topic

Next Topic

FormatNumber - SQL Function

FormatNumber(Number: Number[, String: String]): String

Formats Number as a string. If Number is Null, returns Null, or returns number formatted in accordance with String. If String is omitted, the default Windows number format will be used. String can either be a domain name or a valid formatting string. See Formatting for acceptable values of String.

FormatNumber function syntax has these named arguments:

Parameter

Description

Number

Required. Number to be formatted.

String

Optional. Formatting string for the number. See Formatting for acceptable values of String.

See Also

SQL Number Functions

Book Contents

Book Index