System.AnsiStrings.QuotedStr

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

Delphi

function QuotedStr(const S: AnsiString): AnsiString;

C++

extern DELPHI_PACKAGE System::AnsiString __fastcall QuotedStr(const System::AnsiString S)/* overload */;

プロパティ

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

説明

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

QuotedStr は、指定された AnsiString を引用符で囲まれた AnsiString にして返します。単一引用符文字が AnsiString の前後に挿入され、AnsiString 内の各単一引用符文字は二重にされます。

関連項目