FMTBcd.BcdToStr
From RAD Studio VCL Reference
Contents |
Delphi Information
From FMTBcd.pas
function BcdToStr(const Bcd: TBcd): string; overload;
Unit: FMTBcd
Type: function
Visibility: public
C++ Information
From FMTBcd.hpp
System::UnicodeString __fastcall BcdToStr(const Fmtbcd::TBcd & Bcd);
Unit: FMTBcd
Type: function
Description
Returns a string representation of a binary-coded decimal (BCD) value.
Use BcdToStr to convert a binary-coded decimal value into a string. BcdToStr formats the string to display all of the digits stored in the BCD value.