[c#] Reading from memory stream to string

string result = System.Text.Encoding.UTF8.GetString(fs.ToArray());