發(fā)布時間:2020-08-06 15:28 作者:獨孤劍 閱讀:1457
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace ConsoleApp1 { class Program { static void Main(string[] args) { // 將文本字符串轉(zhuǎn)換Base64字符串 string str = "test str"; byte[] bytes = Encoding.UTF8.GetBytes(str); string base64Str = Convert.ToBase64String(bytes); Console.WriteLine(); } } }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞