//Convert the Byte Array to Base64 Encoded string. string base64String = Convert.ToBase64String(bytes, 0, bytes.Length);.
確定! 回上一頁