Data.FmtBcd.BcdToStr
Delphi
function BcdToStr(const Bcd: TBcd): string;
function BcdToStr(const Bcd: TBcd; const Format: TFormatSettings): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall BcdToStr(const TBcd &Bcd)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.FmtBcd.pas Data.FMTBcd.hpp |
Data.FmtBcd | Data.FmtBcd |