Share via


CurrentValueRecord.GetByte(Int32) メソッド

定義

フィールド値をバイトとして取得します。

public:
 override System::Byte GetByte(int ordinal);
public override byte GetByte (int ordinal);
override this.GetByte : int -> byte
Public Overrides Function GetByte (ordinal As Integer) As Byte

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

バイトとしてのフィールド値。

実装

適用対象