UInt32.IConvertible.ToBoolean Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For a description of this member, see IConvertible.ToBoolean.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- provider
- Type: System.IFormatProvider
This parameter is ignored.
Return Value
Type: System.Booleantrue if the value of the current instance is not zero; otherwise, false.
Implements
IConvertible.ToBoolean(IFormatProvider)This member is an explicit interface member implementation. It can be used only when the UInt32 instance is cast to an IConvertible interface. The recommended alternative is to call the Convert.ToBoolean(UInt32) method.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.