UniValue
Conversion Operators
Nemiro.OAuth
Overload List
Name
Description
(UniValue to NameValueCollection)
Converts the
UniValue
as a
NameValueCollection
.
(UniValue to Dictionary
String, Object
)
Converts the
UniValue
as a
Dictionary<string, object>
.
(UniValue to
UniValue
)
Converts the
UniValue
as an
UniValue
array.
(UniValue to Array)
Converts the
UniValue
as an array.
(UniValue to
Byte
)
Converts the
UniValue
as a
Byte
array.
(UniValue to Stream)
Converts the
UniValue
as a
Stream
.
(UniValue to Byte)
Converts the
UniValue
as a
Byte
.
(UniValue to SByte)
Converts the
UniValue
as a
SByte
.
(UniValue to Char)
Converts the
UniValue
as a
Char
.
(UniValue to Boolean)
Converts the
UniValue
as a
Boolean
.
(UniValue to DateTime)
Converts the
UniValue
as a
DateTime
.
(UniValue to Int16)
Converts the
UniValue
as an
Int16
.
(UniValue to Int32)
Converts the
UniValue
as an
Int32
.
(UniValue to Int64)
Converts the
UniValue
as an
Int64
.
(UniValue to UInt16)
Converts the
UniValue
as an
UInt16
.
(UniValue to UInt32)
Converts the
UniValue
as an
UInt32
.
(UniValue to UInt64)
Converts the
UniValue
as an
UInt64
.
(UniValue to Double)
Converts the
UniValue
as a
Double
.
(UniValue to Decimal)
Converts the
UniValue
as a
Decimal
.
(UniValue to Single)
Converts the
UniValue
as a
Single
.
(UniValue to String)
Converts the
UniValue
as a
String
.
Top
See Also
UniValue Class
Nemiro.OAuth Namespace