Code:
            using (BinaryReader breader = new BinaryReader(stream))
            {
                  ///find tags etc here
                using (StringReader sreader = new StringReader(breader.ReadString()))
                {
                    //Parse this as a string
                }
            }