System.SysUtils.AnsiDequotedStr

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

Delphi

function AnsiDequotedStr(const S: string; AQuote: Char): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall AnsiDequotedStr(const System::UnicodeString S, System::WideChar AQuote)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

引用符付きの文字列を引用符がない文字列に変換します。

AnsiDequotedStr 関数は,引用符付き文字列の最初と最後から引用符を削除し,文字列内の引用符の組を単引用符に削減します。AQuote パラメータは,引用符として使用する文字を定義します。S パラメータの最初と最後に引用符がない場合,AnsiDequotedStr は S をそのまま返します。

メモ:  この関数はマルチバイト文字セット(MBCS)をサポートします。

関連項目