static byte Min(byte val1, byte val2)
static int IndexOf(ref byte searchSpace, int searchSpaceLength, ref byte value, int valueLength)
static unsafe void ConvertToNative(string strManaged, IntPtr nativeHome, int length)
static unsafe string ConvertToManaged(IntPtr nativeHome, int length)
ReadOnlySpan< T > Slice(int start)