FMTBcd.FormatBcd

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From FMTBcd.pas

	function FormatBcd(const Format: string; Bcd: TBcd): string;


Unit: FMTBcd

Type: function

Visibility: public

C++ Information

From FMTBcd.hpp

	System::UnicodeString __fastcall FormatBcd(System::UnicodeString Format, const Fmtbcd::TBcd & Bcd);


Unit: FMTBcd

Type: function

Description

Returns a string representation of a binary-coded decimal (BCD) value that reflects specified formatting.


Use FormatBcd to convert a binary-coded decimal value into a string.

Format indicates how the resulting string should be formatted. It uses the same format specifiers as pertain to the FormatFloat function.

Bcd is the value to convert to a string.

See Also

Personal tools
Translations
Newest Version