DataFunctions.Money Method
The Money method converts a Currency Variant to a string, based on the specified locale. If successful, Money returns a string expression of the specified monetary value; otherwise, Null.
Syntax
DataFunctions.Money(Money, Locale)
Parameters
- Money
- The money value to convert to a string, specified in the base monetary unit of the locale used to perform the conversion.(This value is not an OLE currency type.)
- Locale
- Optional. This number specifies the locale to use to convert the Currency Variant 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-2000 Microsoft Corporation. All rights reserved.