Boolean.IConvertible.ToUInt32(IFormatProvider) 方法

定义

重要

此 API 不符合 CLS。

有关此成员的说明,请参见 ToUInt32(IFormatProvider)For a description of this member, see ToUInt32(IFormatProvider).

 virtual System::UInt32 System.IConvertible.ToUInt32(IFormatProvider ^ provider) = IConvertible::ToUInt32;
uint IConvertible.ToUInt32 (IFormatProvider provider);
[System.CLSCompliant(false)]
uint IConvertible.ToUInt32 (IFormatProvider provider);
abstract member System.IConvertible.ToUInt32 : IFormatProvider -> uint32
override this.System.IConvertible.ToUInt32 : IFormatProvider -> uint32
[<System.CLSCompliant(false)>]
abstract member System.IConvertible.ToUInt32 : IFormatProvider -> uint32
override this.System.IConvertible.ToUInt32 : IFormatProvider -> uint32
Function ToUInt32 (provider As IFormatProvider) As UInteger Implements IConvertible.ToUInt32

参数

provider
IFormatProvider

忽略此参数。This parameter is ignored.

返回

UInt32

如果此实例的值为 true,则为 1;否则为 0。1 if this instance is true; otherwise, 0.

实现

属性

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 Boolean 实例被强制转换为 IConvertible 接口时使用。It can be used only when the Boolean instance is cast to an IConvertible interface. 建议的替代方法是调用 Convert.ToUInt32(Boolean) 方法。The recommended alternative is to call the Convert.ToUInt32(Boolean) method.

适用于

另请参阅