Returns a single byte from the buffer at the specified index

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Function GetAt ( _
	i As Integer _
) As Byte
C#
public byte GetAt(
	int i
)
Visual C++
public:
unsigned char GetAt(
	int i
)

Parameters

i
Type: System..::..Int32
The index

Return Value

The single byte

See Also