System.SysUtils.AnsiQuotedStr

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

Delphi

function AnsiQuotedStr(const S: string; Quote: Char): string;

C++

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

プロパティ

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

説明

引用符付き文字列を返します。

AnsiQuotedStr 関数を使用すると,提供された Quote 文字を使って文字列(S)を引用符付き文字列に変換できます。Quote 文字は S の最初と最後に挿入され,文字列内の各 Quote 文字は二重になります。

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

関連項目