System.AnsiStringT.CurrToStrF

From RAD Studio API Documentation
Revision as of 23:33, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.