Search Results for

    Show / Hide Table of Contents

    Class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader

    Inheritance
    System.Object
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader
    Implements
    System.IDisposable
    Namespace: Newtonsoft.Json
    Assembly: IronWord.dll
    Syntax
    public abstract class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader : Object, IDisposable

    Constructors

    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader()

    Declaration
    protected <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader()

    Properties

    CloseInput

    Declaration
    public bool CloseInput { get; set; }
    Property Value
    Type Description
    System.Boolean

    Culture

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    CurrentState

    Declaration
    protected  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonReader . State CurrentState { get; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader.State

    DateFormatString

    Declaration
    public string DateFormatString { get; set; }
    Property Value
    Type Description
    System.String

    DateParseHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DateParseHandling DateParseHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DateParseHandling

    DateTimeZoneHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DateTimeZoneHandling DateTimeZoneHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DateTimeZoneHandling

    Depth

    Declaration
    public virtual int Depth { get; }
    Property Value
    Type Description
    System.Int32

    FloatParseHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > FloatParseHandling FloatParseHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>FloatParseHandling

    MaxDepth

    Declaration
    public Nullable<int> MaxDepth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Path

    Declaration
    public virtual string Path { get; }
    Property Value
    Type Description
    System.String

    QuoteChar

    Declaration
    public virtual char QuoteChar { get; protected set; }
    Property Value
    Type Description
    System.Char

    SupportMultipleContent

    Declaration
    public bool SupportMultipleContent { get; set; }
    Property Value
    Type Description
    System.Boolean

    TokenType

    Declaration
    public virtual  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken TokenType { get; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken

    Value

    Declaration
    public virtual object Value { get; }
    Property Value
    Type Description
    System.Object

    ValueType

    Declaration
    public virtual Type ValueType { get; }
    Property Value
    Type Description
    System.Type

    Methods

    Close()

    Declaration
    public virtual void Close()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Read()

    Declaration
    public abstract bool Read()
    Returns
    Type Description
    System.Boolean

    ReadAsBoolean()

    Declaration
    public virtual Nullable<bool> ReadAsBoolean()
    Returns
    Type Description
    System.Nullable<System.Boolean>

    ReadAsBooleanAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<bool>> ReadAsBooleanAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

    ReadAsBytes()

    Declaration
    public virtual byte[] ReadAsBytes()
    Returns
    Type Description
    System.Byte[]

    ReadAsBytesAsync(CancellationToken)

    Declaration
    public virtual Task<byte[]> ReadAsBytesAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Byte[]>

    ReadAsDateTime()

    Declaration
    public virtual Nullable<DateTime> ReadAsDateTime()
    Returns
    Type Description
    System.Nullable<System.DateTime>

    ReadAsDateTimeAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<DateTime>> ReadAsDateTimeAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.DateTime>>

    ReadAsDateTimeOffset()

    Declaration
    public virtual Nullable<DateTimeOffset> ReadAsDateTimeOffset()
    Returns
    Type Description
    System.Nullable<System.DateTimeOffset>

    ReadAsDateTimeOffsetAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<DateTimeOffset>> ReadAsDateTimeOffsetAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.DateTimeOffset>>

    ReadAsDecimal()

    Declaration
    public virtual Nullable<Decimal> ReadAsDecimal()
    Returns
    Type Description
    System.Nullable<System.Decimal>

    ReadAsDecimalAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<Decimal>> ReadAsDecimalAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Decimal>>

    ReadAsDouble()

    Declaration
    public virtual Nullable<double> ReadAsDouble()
    Returns
    Type Description
    System.Nullable<System.Double>

    ReadAsDoubleAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<double>> ReadAsDoubleAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Double>>

    ReadAsInt32()

    Declaration
    public virtual Nullable<int> ReadAsInt32()
    Returns
    Type Description
    System.Nullable<System.Int32>

    ReadAsInt32Async(CancellationToken)

    Declaration
    public virtual Task<Nullable<int>> ReadAsInt32Async(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Int32>>

    ReadAsString()

    Declaration
    public virtual string ReadAsString()
    Returns
    Type Description
    System.String

    ReadAsStringAsync(CancellationToken)

    Declaration
    public virtual Task<string> ReadAsStringAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.String>

    ReadAsync(CancellationToken)

    Declaration
    public virtual Task<bool> ReadAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Boolean>

    SetStateBasedOnCurrent()

    Declaration
    protected void SetStateBasedOnCurrent()

    SetToken(<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken)

    Declaration
    protected void SetToken( < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken newToken)
    Parameters
    Type Name Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken newToken

    SetToken(<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken, Object)

    Declaration
    protected void SetToken( < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken newToken, object value)
    Parameters
    Type Name Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken newToken
    System.Object value

    SetToken(<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken, Object, Boolean)

    Declaration
    protected void SetToken( < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken newToken, object value, bool updateIndex)
    Parameters
    Type Name Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken newToken
    System.Object value
    System.Boolean updateIndex

    Skip()

    Declaration
    public void Skip()

    SkipAsync(CancellationToken)

    Declaration
    public Task SkipAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    Implements

    System.IDisposable
    ☀
    ☾
    Downloads
    • Download with NuGet
    • Start for Free
    In This Article
    Back to top
    Install with NuGet
    IronWord_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronWord