System.UnicodeString.CurrToStr

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

C++

static UnicodeString CurrToStr(Currency value);

Properties

Type Visibility Source Unit Parent
function public ustring.h System UnicodeString

Description

Converts a currency value to its string representation.

CurrToStr converts the currency value given by value to its string representation. The conversion uses the sffGeneral floating-point conversion rules (see FloatToStrF.) For further details, see CurrToStrF.

See Also