Share via


Binary.Byte Method

Definition

Overloads

Byte(Int32)
Byte(Int32, Int32)

Byte(Int32)

public:
 virtual int Byte(int offset);
public virtual int Byte (int offset);
abstract member Byte : int -> int
override this.Byte : int -> int
Public Overridable Function Byte (offset As Integer) As Integer

Parameters

offset
Int32

Returns

Applies to

Byte(Int32, Int32)

public:
 virtual int Byte(int offset, int value);
public virtual int Byte (int offset, int value);
abstract member Byte : int * int -> int
override this.Byte : int * int -> int
Public Overridable Function Byte (offset As Integer, value As Integer) As Integer

Parameters

offset
Int32
value
Int32

Returns

Applies to