Mono Class Library: System.Buffer Overview | Members

System.Buffer.GetByte Method

Give a single byte from within an array.

public static byte GetByte (Array array, int index)

Parameters

array
The array to be read from.
index
The byte level index into the array from which should be read. Must be inbetween 0 and Buffer.ByteLength(Array)-1.

Returns

The single byte read from array at index.

Remarks

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0