System.AnsiStringBase.CurrToStrF

From RAD Studio API Documentation
Jump to: navigation, search

C++

static AnsiStringBase CurrToStrF(const Currency& value,
                                            TStringFloatFormat format,
                                            int digits, int codePage);

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringBase

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.