string和byte[]的轉換(C#). string類型轉成byte[]:. byte[] byteArray = System.Text.Encoding.Default.GetBytes ( str );.
確定! 回上一頁