会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
启明星工作室
启明星工作室博客,提供会议室预定系统,Helpdesk系统,见官网 dotnetcms.cn
管理
2023年8月21日
C# String 字符串转换为base64
摘要: string 转换为 base64 public string str2Base64( string str) { byte[] b = System.Text.Encoding.UTF8.GetBytes(str); string result= Convert.ToBase64String(b)
阅读全文
posted @ 2023-08-21 14:37 启明星工作室
阅读(1877)
评论(0)
推荐(0)
编辑
公告