DataUtils.IndexOfByteArray
public static int IndexOfByteArray(byte[] buffer, string stringToFind, Encoding encoding)
Parameters
buffer
Source buffer to look for string
stringToFind
string to search for (case sensitive)
encoding
Optional encoding to use - defaults to UTF-8 if null
