Data.FmtBcd.FormatBcd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FormatBcd(const System::UnicodeString Format, const TBcd &Bcd)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.FmtBcd.pas
Data.FMTBcd.hpp
Data.FmtBcd Data.FmtBcd

Beschreibung

Gibt eine String-Repräsentation in der angegebenen Formatierung eines binärcodierten Dezimalwertes (BCD) zurück.

Mit FormatBcd können Sie einen BCD-Wert in einen String konvertieren.

Format legt fest, wie der Ergebnis-String formatiert sein soll. Dabei werden die Formatbezeichner der Funktion FormatFloat verwendet.

Bcd ist der zu konvertierende Wert.

Siehe auch