ByteBufferTrim Method

Removes specified bytes from the beginning and the end of buffer.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public void Trim(
	byte[] bytesToRemove
)

Parameters

bytesToRemove  Byte

See Also