Click or drag to resize

BinaryByteAt Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Returns a byte at the specified position.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public byte ByteAt(
	int of
)

Parameters

of
Type: SystemInt32
Offset of the byte to return.

Return Value

Type: Byte
Byte at the specified position.
See Also