String in Byte-Array wandeln

string sText = "Hallo Welt!";

byte[] byaData = Encoding.Default.GetBytes(sText);