JsonString Class |
Namespace: Dextronet.Jsonie
The JsonString type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonString |
Creates new JSON string.
|
Name | Description | |
---|---|---|
![]() | Chars |
Gets the Char object at a specified position in the current object.
|
![]() | Length |
Gets the number of characters in the current object.
|
![]() | Value |
Actual string value encoded by this JSON object.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether current object is equal to another object.
(Overrides ObjectEquals(Object).) |
![]() | Equals(JsonDynamic) |
Determines whether current object is equal to another object.
|
![]() | Equals(JsonString) |
Determines whether current object is equal to another object.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) |
![]() ![]() | IsNullOrEmpty |
Indicates whether a specified JsonString is Nothing or empty.
|
![]() ![]() | IsNullOrWhitespace |
Indicates whether a specified JsonString is Nothing, empty, or consists only of white-space characters.
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Test whether values of its operands are equal or both null.
|
![]() ![]() | (String to JsonString) |
Performs an implicit conversion from String to JsonString.
|
![]() ![]() | (JsonString to String) |
Performs an implicit conversion from JsonString to String.
|
![]() ![]() | Inequality |
Test whether values of its operands are inequal.
|
Name | Description | |
---|---|---|
![]() | AsArray |
Casts (CType) value to JsonObject.
(Defined by JsonValueExtensions.) |
![]() | AsBoolean |
Casts (CType) value to JsonBool.
(Defined by JsonValueExtensions.) |
![]() | AsNumber |
Casts (CType) value to JsonNumber.
(Defined by JsonValueExtensions.) |
![]() | AsObject |
Casts (CType) value to JsonObject.
(Defined by JsonValueExtensions.) |
![]() | AsString |
Casts (CType) value to JsonString.
(Defined by JsonValueExtensions.) |
![]() | ToDynamic |
Wraps given json value to dynamic type.
(Defined by JsonValueExtensions.) |