System.WideString.CurrToStrF

From RAD Studio API Documentation
Jump to: navigation, search

C++

static WideString CurrToStrF(Currency value,
                                        TStringFloatFormat format,
                                        int digits);

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString

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.