ByteBuffer   Conversion (ByteBuffer to Byte)

Cast of ByteBuffer to array of bytes

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static implicit operator byte[] (
	ByteBuffer a
)

Parameters

a  ByteBuffer
Source ByteBuffer

Return Value

Byte
ByteBuffer content as byte array

See Also