System.AnsiStrings.AnsiQuotedStr

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

Delphi

function AnsiQuotedStr(const S: AnsiString; Quote: AnsiChar): AnsiString;

C++

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

プロパティ

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

説明

文字列を引用符で囲まれた文字列にします。

AnsiQuotedStr は、指定された引用符文字を使用して、指定された AnsiString を引用符で囲まれた AnsiString にして返します。引用符文字が AnsiString の前後に挿入され、AnsiString 内の各引用符文字は二重にされます。この関数は、マルチバイト文字 AnsiString(MBCS)をサポートします。

関連項目