Click or drag to resize

Usual.IConvertible.ToBoolean Method

X#
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD IConvertible.ToBoolean(
	provider AS IFormatProvider
) AS LOGIC
Request Example View Source

Parameters

provider
Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

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

Implements

ToBoolean(IFormatProvider)
See Also