SingleMIConvertibleToBoolean Method
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool IConvertible.ToBoolean(
IFormatProvider provider
)
Private Function ToBoolean (
provider As IFormatProvider
) As Boolean Implements IConvertible.ToBoolean
private:
virtual bool ToBoolean(
IFormatProvider^ provider
) sealed = IConvertible::ToBoolean
private abstract ToBoolean :
provider : IFormatProvider -> bool
private override ToBoolean :
provider : IFormatProvider -> bool
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
BooleanA Boolean value equivalent to the value of this instance.
IConvertibleToBoolean(IFormatProvider)