System.JSON.Readers.TJsonReader.GetQuotedChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetQuotedChar: Char; virtual;

C++

virtual System::WideChar __fastcall GetQuotedChar();

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Provides the virtual getter method to return the character used to quote string values.

GetQuotedChar is the getter method for QuoteChar.

QuoteChar contains the quotation mark character.

See Also