FireDAC.Stan.Util.FDValToStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDValToStr(const AValue: Variant; AQuotes: Boolean): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDValToStr(const System::Variant &AValue, bool AQuotes);

Properties

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

Description

Returns a string representation of a Variant.

The FDValToStr function returns a string representation of the AValue parameter.

The AQuotes parameter specifies whether the resulting string should be quoted.

See Also