UniValue Operators and Type Conversions
Nemiro.OAuth
Operators
Name
Description
Equality(UniValue, UniValue)
Indicate whether two
UniValue
are equal.
Equality(UniValue, String)
Indicate whether
UniValue
and
String
are equal.
(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
.
(Array to UniValue)
Creates a new
UniValue
instance from array.
(Boolean to UniValue)
Creates a new
UniValue
instance from
Boolean
.
(Byte to UniValue)
Creates a new
UniValue
instance from
Byte
.
(
Byte
to UniValue)
Creates a new
UniValue
instance from
Byte
array.
(Char to UniValue)
Creates a new
UniValue
instance from
Char
.
(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)
Creates a new
UniValue
instance from
DateTime
.
(Decimal to UniValue)
Creates a new
UniValue
instance from
Decimal
.
(Double to UniValue)
Creates a new
UniValue
instance from
Double
.
(Int16 to UniValue)
Creates a new
UniValue
instance from
Int16
.
(Int32 to UniValue)
Creates a new
UniValue
instance from
Int32
.
(Int64 to UniValue)
Creates a new
UniValue
instance from
Int64
.
(SByte to UniValue)
Creates a new
UniValue
instance from
SByte
.
(Single to UniValue)
Creates a new
UniValue
instance from
Single
.
(String to UniValue)
Creates a new
UniValue
instance from
String
.
(StringBuilder to UniValue)
Creates a new
UniValue
instance from
StringBuilder
.
(UInt16 to UniValue)
Creates a new
UniValue
instance from
UInt16
.
(UInt32 to UniValue)
Creates a new
UniValue
instance from
UInt32
.
(UInt64 to UniValue)
Creates a new
UniValue
instance from
UInt64
.
(UniValueCollection to UniValue)
Creates a new
UniValue
instance from
UniValueCollection
.
Inequality(UniValue, UniValue)
Indicate whether two
UniValue
are not equal.
Inequality(UniValue, String)
Indicate whether
UniValue
and
String
are not equal.
Top
See Also
UniValue Class
Nemiro.OAuth Namespace