IConvertible.ToUInt32(IFormatProvider) 方法

定义

使用指定的区域性特定格式设置信息将该实例的值转换为等效的 32 位无符号整数。

public:
 System::UInt32 ToUInt32(IFormatProvider ^ provider);
public uint ToUInt32 (IFormatProvider provider);
public uint ToUInt32 (IFormatProvider? provider);
abstract member ToUInt32 : IFormatProvider -> uint32
Public Function ToUInt32 (provider As IFormatProvider) As UInteger

参数

provider
IFormatProvider

IFormatProvider 接口实现,提供区域性特定的格式设置信息。

返回

UInt32

与该实例的值等效的 32 位无符号整数。

适用于