C# 将string 转换为二维码图片,然后转为base64字符串编码 。
摘要:
需在nuget 添加此dll ///content字符串 public static string GetQRCode(string content, int moduleSize = 9) { var encoder = new QrEncoder(ErrorCorrectionLevel.M); 阅读全文
posted @ 2018-10-29 10:09 Ssumer 阅读(2424) 评论(0) 推荐(0) 编辑