System.WideStrUtils.WideQuotedStr

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

Delphi

function WideQuotedStr(const S: WideString; Quote: WideChar): WideString;

C++

extern DELPHI_PACKAGE System::WideString __fastcall WideQuotedStr(const System::WideString S, System::WideChar Quote);

プロパティ

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

説明

WideString に引用符を付けて返します。

WideQuotedStr を使用して文字列(S)を引用符付きの文字列に変換します。このとき指定された Quote 文字が使用されます。Quote 文字が S の前後に挿入され、文字列内の各 Quote 文字は二重にされます。

関連項目