FireDAC.Stan.Util.FDBCD2Str

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDBCD2Str(pOut: PChar; out ASize: Integer; const ABcd: TBcd; ADot: Char);

C++

extern DELPHI_PACKAGE void __fastcall FDBCD2Str(System::WideChar * pOut, /* out */ int &ASize, const Data::Fmtbcd::TBcd &ABcd, System::WideChar ADot);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Returns a string representation of a binary-coded decimal (BCD) value.

Use FDBCD2Str to convert a binary-coded decimal value into the pOut parameter.

FDBCD2Str formats the string to display all of the digits stored in the BCD value.

See Also