var bytes = File.ReadAllBytes(@"dna.txt");
var text = Encoding.UTF8.GetString(bytes);
Console.WriteLine(text);