IConvertible.ToUInt64(IFormatProvider) メソッド
定義
指定したカルチャ固有の書式情報を使用して、指定したインスタンスの値を等価の 64 ビット符号なし整数に変換します。Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
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 インターフェイス実装。An IFormatProvider interface implementation that supplies culture-specific formatting information.
戻り値
対象のインスタンスの値と等価な 64 ビット符号なし整数。An 64-bit unsigned integer equivalent to the value of this instance.