UniValue IsNullOrEmpty Method Nemiro.OAuth
Indicates whether the specified value is null or an Empty.

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

public static bool IsNullOrEmpty(
	UniValue value
)

Return Value

Type: Boolean
true if the value parameter is null or HasValue is false; otherwise, false.
See Also