1
Answer

UTF conversions

Photo of Administrator

Administrator

22y
2.9k
1
i want to know how to convert a utf8 format string back to a byte array. for eg if i have a byte array dim bytarr() as Byte ' something in bytarr dim str as string str=System.Text.Encoding.UTF8.GetString(bytarr) now how can i convert str back to byte array that it was before i converted ??

Answers (1)