Table of Contents

Class BitHelper

Namespace
SunamoShared.Helpers.DataTypes
Assembly
SunamoShared.dll

Provides helper methods for byte array comparison operations.

public class BitHelper
Inheritance
BitHelper
Inherited Members
Extension Methods

Methods

StartsWith(byte[], params byte[])

Checks whether the byte array starts with the specified byte sequence.

public static bool StartsWith(byte[] source, params byte[] prefix)

Parameters

source byte[]

The byte array to check.

prefix byte[]

The byte sequence to match at the start.

Returns

bool