UniValue ToBoolean Method Nemiro.OAuth
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.

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

public bool ToBoolean(
	IFormatProvider provider
)

Parameters

provider
Type: System IFormatProvider
An object that supplies culture-specific formatting information.

Return Value

Type: Boolean
A Boolean value equivalent to the value of this instance.

Implements

IConvertible ToBoolean(IFormatProvider)
Exceptions

See Also