FireDAC.Stan.Util.FDUnquote

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDUnquote(const AString: String; AQuoteChar: Char = '"'): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDUnquote(const System::UnicodeString AString, System::WideChar AQuoteChar = (System::WideChar)(0x22));

Properties

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

Description

Removes the quote characters from a string.

FDUnquote removes the quote characters from the beginning and the end of a quoted string.

See Also