IConvertible.ToUInt64(IFormatProvider) 方法

定義

利用指定的文化特有格式資訊,將此實例的值轉換為等效的 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 位元無符號整數,等同於此實例的值。

適用於