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