The UniValue type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(String, UniValue) |
Adds the specified key and value to the UniValue.
| |
| Add(String, UniValue, UniValue) |
Adds the specified key and value to the UniValue.
| |
| Clone |
Creates a new object that is a copy of the current UniValue instance.
| |
| ContainsAttribute |
Determines whether the Attributes contains the specified key.
| |
| ContainsKey |
Determines whether the CollectionItems contains the specified key.
| |
| Create |
Initializes a new UniValue instance.
| |
| Create(Object) |
Initializes a new UniValue instance with a specified value.
| |
| Create(Object, NameValueCollection) | ||
| Equals(Object) |
Determines whether two object instances are equal.
(Overrides Object Equals(Object).) | |
| Equals(String) |
Determines whether this instance and another specified String object have the same value.
| |
| Equals(UniValue) |
Determines whether two UniValue instances are equal.
| |
| Equals(String, StringComparison) |
Determines whether this string and a specified String object have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.
| |
| Finalize | (Inherited from Object.) | |
| GetAttributes |
Returns a collection of custom attributes for this instance of a component.
| |
| GetClassName |
Returns the class name of this instance of a component.
| |
| GetComponentName |
Returns the name of this instance of a component.
| |
| GetConverter |
Returns a type converter for this instance of a component.
| |
| GetDefaultEvent |
Returns the default event for this instance of a component.
| |
| GetDefaultProperty |
Returns the default property for this instance of a component.
| |
| GetEditor |
Returns an editor of the specified type for this instance of a component.
| |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetEvents |
Returns the events for this instance of a component.
| |
| GetEvents( Attribute ) |
Returns the events for this instance of a component using the specified attribute array as a filter.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object GetHashCode .) | |
| GetList | ||
| GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
| GetProperties |
Returns the properties for this instance of a component.
| |
| GetProperties( Attribute ) |
Returns the properties for this instance of a component using the attribute array as a filter.
| |
| GetPropertyOwner |
Returns an object that contains the property described by the specified property descriptor.
| |
| GetType | (Inherited from Object.) | |
| GetTypeCode |
Gets the underlying type code of the Data.
| |
| IsNullOrEmpty |
Indicates whether the specified value is null or an Empty.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ParseJson |
Converts the specified JSON string to an UniValue.
| |
| ParseParameters |
Converts the specified parameters string to an UniValue.
| |
| ParseXml |
Converts the specified XML string to an UniValue.
| |
| Remove |
Removes the value with the specified key from the UniValue.
| |
| ToBinary | ||
| ToBoolean |
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
| |
| ToByte |
Converts the value this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
| |
| ToChar |
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
| |
| ToDateTime |
Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
| |
| ToDecimal |
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
| |
| ToDictionary |
Copies items of the UniValue to a new Dictionary<string, object>.
| |
| ToDouble |
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
| |
| ToInt16 |
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
| |
| ToInt32 |
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
| |
| ToInt64 |
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
| |
| ToNameValueCollection |
Copies items of the UniValue to a new NameValueCollection.
| |
| ToSByte |
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
| |
| ToSingle |
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
| |
| ToString |
Returns a string that represents the current UniValue.
(Overrides Object ToString .) | |
| ToString(IFormatProvider) |
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
| |
| ToType | ||
| ToUInt16 |
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
| |
| ToUInt32 |
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
| |
| ToUInt64 |
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
| |
| TryParseJson |
Converts the specified JSON string to an UniValue. A return value indicates whether the conversion succeeded.
| |
| TryParseParameters |
Converts the specified url parameters string to an UniValue. A return value indicates whether the conversion succeeded.
| |
| TryParseXml |
Converts the specified XML string to an UniValue. A return value indicates whether the conversion succeeded.
|
See Also