DataFunctions.Number Method

The Number method converts an Integer Variant to a string, based on the default or specified locale. If successful, Number returns the string expression of the specified number; otherwise, Null.

Syntax

Page.Number(Number, Locale)

Parameters

Number
The number to convert to a string.
Locale
Optional. This number specifies the locale to use to convert the number to a string. For a list of valid locale values, see Hexadecimal Locale Identifiers. If this parameter is not specified, the value of the DataFunctions object’s Locale parameter is used.

Example

Given the number 123, the following call to Number returns a string expression of that number:

strNumber = Page.Number(123)

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.