表示: Delphi C++
表示設定

System.WideStrUtils.WideQuotedStr

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

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

C++

extern 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 文字は二重にされます。

関連項目

以前のバージョン
他の言語