ByteArrayExtensions.

RemovePreamble(byte[], Encoding) Method

Summary

Removes the preamble from an byte array.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
ByteArrayExtensions

Syntax

public static byte[] RemovePreamble(this byte[] value, Encoding encoding)

Parameters

Name Type Description
value byte[] Byte array.
encoding Encoding Encoding of the byte array.

Return Value

Type Description
byte[] Byte array without preamble.