System.JSON.Readers.TJsonReader.GetQuotedChar

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

Delphi

function GetQuotedChar: Char; virtual;

C++

virtual System::WideChar __fastcall GetQuotedChar();

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader


説明

文字列値を引用するために使用する文字を返す、仮想取得メソッドを提供します。

GetQuotedChar は、QuoteChar の取得メソッドです。

QuoteChar には、引用記号の文字が格納されています。

関連項目