// Convert a byte array to a C# string. string str = Encoding.ASCII.GetString(bytes);; Console.WriteLine(str);.
確定! 回上一頁