FireDAC.Stan.Util.FDUnquote

提供: RAD Studio API Documentation
移動先: 案内検索

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));

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

引用符文字を文字列から削除します。


FDUnquote では、引用符で囲まれた文字列の先頭と末尾から引用符文字を削除します。

関連項目