用程式化思考讓你變超人。
byte[] byteArray = System.Text .Encoding.Default.GetBytes ( str );
byte [] dBytes = { 1, 2, 3, 4, 5} string str; System.Text.ASCIIEncoding enc = new System.Text.ASCIIEncoding(); str = enc.GetString(dBytes);
張貼留言
沒有留言:
張貼留言