UniValue ToBinary Method Nemiro.OAuth
Returns a Byte array that represents the current UniValue.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public byte[] ToBinary()

Return Value

Type:  Byte 

A Byte array containing the current UniValue.

A null value, if the property IsBinary and IsString is false or the UniValue is empty.

See Also