API:System.AnsiStringT.CurrToStr

From RAD Studio API Documentation
Jump to: navigation, search

C++

static AnsiStringT CurrToStr(const Currency& value) {

Properties

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

Description

Converts a currency value to its string representation.

System.AnsiStringT.CurrToStr inherits from System.AnsiStringBase.CurrToStr. All content below this line refers to System.AnsiStringBase.CurrToStr.

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. For further details, see CurrToStrF.

See Also