The Encoding class is available as part of System.Text namespace. string result = Encoding.Default.GetString(byteArray); ...
確定! 回上一頁