Returns an index into a byte array to find sequence of of bytes. Note: You can use Span.IndexOf() where available instead.
public static int IndexOfByteArray(Byte[] buffer, Byte[] bufferToFind)
Parameters
buffer
byte array to be searched
bufferToFind
bytes to find
Overloads:
See also:
Class DataUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic