You already have the data in a byte array.
Then search for the byte with value '10' starting on offset 0.
Then check if the first 9 bytes of the starting on offset matches 'Apartment'
If so copy...