IConvertible.ToUInt64 方法

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

此方法不符合 CLS。 

**命名空间:**System
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
Function ToUInt64 ( _
    provider As IFormatProvider _
) As ULong
用法
Dim instance As IConvertible
Dim provider As IFormatProvider
Dim returnValue As ULong

returnValue = instance.ToUInt64(provider)
ulong ToUInt64 (
    IFormatProvider provider
)
usigned long long ToUInt64 (
    IFormatProvider^ provider
)
UInt64 ToUInt64 (
    IFormatProvider provider
)
function ToUInt64 (
    provider : IFormatProvider
) : ulong

参数

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

返回值

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

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

IConvertible 接口
IConvertible 成员
System 命名空间