System.AnsiStringT.CurrToStrF
C++
static AnsiStringT CurrToStrF(const Currency& value,
TStringFloatFormat format,
int digits) {
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | dstring.h | System | AnsiStringT |
Description
Converts a currency value to its string representation using the indicated float format convention.
CurrToStrF converts the currency value given by value to its string representation using the indicated float format convention. A call to CurrToStrF corresponds to a call to FloatToStrF with an implied precision of 19 digits.