System.WideStrUtils.WideDequotedStr

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

Delphi

function WideDequotedStr(const S: WideString; AQuote: WideChar): WideString;

C++

extern DELPHI_PACKAGE System::WideString __fastcall WideDequotedStr(const System::WideString S, System::WideChar AQuote);

プロパティ

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

説明

引用符で囲まれた WideString を、引用符を外した WideString に変換します。

WideDequotedStr は引用符で囲まれた文字列の先頭と末尾から引用符を除外し、文字列内の(二重の)引用符のペアを単一の引用符に戻します。AQuote パラメータでは、引用符として使用する文字の種類を定義します。S パラメータの先頭と末尾に引用符がない場合は、WideDequotedStrS をそのまま返します。

関連項目