DataFunctions.Float Method
The Float method converts the floating-point number that you specify to a string expression of that number, based on the specified locale. If successful, Float returns a string expression of the specified number; otherwise, Null.
Syntax
DataFunctions.Float(Float, Locale)
Parameters
-
Float
-
The floating-point number to convert.
-
Locale
-
Optional. This number specifies the locale to use to convert the floating-point 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.
Related Topics
© 1997-1998 Microsoft Corporation. All rights reserved.