How do you get a byte array out of a string in C#? I would like to pass a string to this method.
Encoding.UTF8.GetBytes("abcd");
2.1m questions
2.1m answers
60 comments
57.0k users