IConvertible.ToInt64(IFormatProvider) メソッド
定義
指定したカルチャ固有の書式情報を使用して、指定したインスタンスの値を等価の 64 ビット符号付き整数に変換します。Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
public:
long ToInt64(IFormatProvider ^ provider);
public long ToInt64 (IFormatProvider provider);
public long ToInt64 (IFormatProvider? provider);
abstract member ToInt64 : IFormatProvider -> int64
Public Function ToInt64 (provider As IFormatProvider) As Long
パラメーター
- provider
- IFormatProvider
カルチャに固有の書式情報を提供する IFormatProvider インターフェイス実装。An IFormatProvider interface implementation that supplies culture-specific formatting information.
戻り値
対象のインスタンスの値と等価な 64 ビット符号付き整数。An 64-bit signed integer equivalent to the value of this instance.