SLa*_*aks 10

使用Encoding类.

例如:

byte[] bytes = something;
string str = Encoding.UTF8.GetString(bytes);
Run Code Online (Sandbox Code Playgroud)