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)