1 Pluspunkt 0 Minuspunkte
Wie kann ich in .NET einen String in ein byte[] umwandeln?
von  

1 Antwort

0 Pluspunkte 0 Minuspunkte
Mit dem Namespace System.Text.

byte[] data = Encoding.ASCII.GetBytes("Hello world");
von (396 Punkte)  
Bytes zu String mit Umlauten