UInt64.IConvertible.ToBoolean(IFormatProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see ToBoolean(IFormatProvider).
virtual bool System.IConvertible.ToBoolean(IFormatProvider ^ provider) = IConvertible::ToBoolean;
bool IConvertible.ToBoolean (IFormatProvider provider);
abstract member System.IConvertible.ToBoolean : IFormatProvider -> bool
override this.System.IConvertible.ToBoolean : IFormatProvider -> bool
Function ToBoolean (provider As IFormatProvider) As Boolean Implements IConvertible.ToBoolean
Parameters
- provider
- IFormatProvider
This parameter is ignored.
Returns
true
if the value of the current instance is not zero; otherwise, false
.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the UInt64 instance is cast to an IConvertible interface. The recommended alternative is to call the Convert.ToBoolean(UInt64) method.