I found the following at StackOverflow here.
string fullString = String.Join(String.Empty, list.ToArray()); byte[] byteArray = Encoding.UTF8.GetBytes(fullString);
No comments:
Post a Comment