Byte.IConvertible.ToBoolean(IFormatProvider) Method (System) (original) (raw)

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.

 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

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 Byte instance is cast to an IConvertible interface. The recommended alternative is to call the Convert.ToBoolean(Byte) method.

Applies to