Constructors
- JValue(Boolean) Initializes a new instance of the JValue class with the given value.
- JValue(Char) Initializes a new instance of the JValue class with the given value.
-
JValue(Date
Time) Initializes a new instance of the JValue class with the given value. -
JValue(Date
Time Initializes a new instance of the JValue class with the given value.Offset) - JValue(Decimal) Initializes a new instance of the JValue class with the given value.
- JValue(Double) Initializes a new instance of the JValue class with the given value.
- JValue(Guid) Initializes a new instance of the JValue class with the given value.
- JValue(Int64) Initializes a new instance of the JValue class with the given value.
- JValue(JValue) Initializes a new instance of the JValue class from another JValue object.
- JValue(Object) Initializes a new instance of the JValue class with the given value.
- JValue(Single) Initializes a new instance of the JValue class with the given value.
- JValue(String) Initializes a new instance of the JValue class with the given value.
-
JValue(Time
Span) Initializes a new instance of the JValue class with the given value. - JValue(UInt64) Initializes a new instance of the JValue class with the given value.
- JValue(Uri) Initializes a new instance of the JValue class with the given value.
Methods
-
Compare
To(JValue) sealed Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. -
Create
Comment(String) static Creates a JValue comment with the given value. -
Create
Null() static Creates a JValue null value. -
Create
String(String) static Creates a JValue string with the given value. -
Create
Undefined() static Creates a JValue undefined value. - Equals(JValue) sealed Indicates whether the current object is equal to another object of the same type.
- Equals(Object) virtual Determines whether the specified Object is equal to the current Object.
-
Get
Hash virtual Serves as a hash function for a particular type.Code() -
Get
Meta protectedvirtual Returns the DynamicMetaObject responsible for binding operations performed on this object.Object(Expression) -
To
String() virtual Returns a String that represents this instance. -
To
String(IFormat sealed Returns a String that represents this instance.Provider) -
To
String(String) Returns a String that represents this instance. -
To
String(String, sealed Returns a String that represents this instance.IFormat Provider) -
Write
To(Json virtual Writes this token to a JsonWriter.Writer, Json Converter[]) -
Write
To virtual Writes this token to a JsonWriter asynchronously.Async(Json Writer, Cancellation Token, Json Converter[])