IConvertible.ToUInt64(IFormatProvider) 方法

定義

使用指定的文化特性 (Culture) 特定格式資訊,將這個執行個體的值轉換為相等的 64 位元不帶正負號的整數。

public:
 System::UInt64 ToUInt64(IFormatProvider ^ provider);
public ulong ToUInt64 (IFormatProvider provider);
public ulong ToUInt64 (IFormatProvider? provider);
abstract member ToUInt64 : IFormatProvider -> uint64
Public Function ToUInt64 (provider As IFormatProvider) As ULong

參數

provider
IFormatProvider

IFormatProvider 介面實作,提供特定文化特性的格式資訊。

傳回

64 位元不帶正負號的整數,相當於這個執行個體的值。

適用於