string author = "Mahesh Chand"; · // Convert a C# string to a byte array · byte[] bytes = Encoding.ASCII.GetBytes(author); · foreach ( byte b in ...
確定! 回上一頁