Click or drag to resize
JsonString Methods

The JsonString type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether current object is equal to another object.
(Overrides Object.Equals(Object).)
Public methodEquals(JsonDynamic)
Determines whether current object is equal to another object.
Public methodEquals(JsonString)
Determines whether current object is equal to another object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode().)
Public methodStatic memberIsNullOrEmpty
Indicates whether a specified JsonString is Nothing or empty.
Public methodStatic memberIsNullOrWhitespace
Indicates whether a specified JsonString is Nothing, empty, or consists only of white-space characters.
Top
Extension Methods
  NameDescription
Public Extension MethodAsArray
Casts (CType) value to JsonObject.
(Defined by JsonValueExtensions.)
Public Extension MethodAsBoolean
Casts (CType) value to JsonBool.
(Defined by JsonValueExtensions.)
Public Extension MethodAsNumber
Casts (CType) value to JsonNumber.
(Defined by JsonValueExtensions.)
Public Extension MethodAsObject
Casts (CType) value to JsonObject.
(Defined by JsonValueExtensions.)
Public Extension MethodAsString
Casts (CType) value to JsonString.
(Defined by JsonValueExtensions.)
Public Extension MethodToDynamic
Wraps given json value to dynamic type.
(Defined by JsonValueExtensions.)
Top
See Also