Overload List
| Name | Description | |
|---|---|---|
| (Array to UniValue) | 
            Creates a new UniValue instance from array.
              | |
| (Boolean to UniValue) | ||
| (Byte to UniValue) | ||
| ( Byte to UniValue) | ||
| (Char to UniValue) | ||
| (Dictionary String, Object to UniValue) | 
            Creates a new UniValue instance from Dictionary<string, object>.
              | |
| (NameValueCollection to UniValue) | 
            Creates a new UniValue instance from NameValueCollection.
              | |
| (DateTime to UniValue) | ||
| (Decimal to UniValue) | ||
| (Double to UniValue) | ||
| (Int16 to UniValue) | ||
| (Int32 to UniValue) | ||
| (Int64 to UniValue) | ||
| (SByte to UniValue) | ||
| (Single to UniValue) | ||
| (String to UniValue) | ||
| (StringBuilder to UniValue) | 
            Creates a new UniValue instance from StringBuilder.
              | |
| (UInt16 to UniValue) | ||
| (UInt32 to UniValue) | ||
| (UInt64 to UniValue) | ||
| (UniValueCollection to UniValue) | 
            Creates a new UniValue instance from UniValueCollection.
              | 
See Also