C#中的zxing QRCode联系人信息编码和解码 [英] zxing QRCode Contact Information Encoding and Decoding in C#

查看:283
本文介绍了C#中的zxing QRCode联系人信息编码和解码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我需要在Windows应用程序(C#)中为联系人信息实现QRCode编码和解码.
为此,我开始使用zxing库.
它具有一个编码功能,该功能将第一个参数作为字符串中的数据.
如何传递联系信息进行编码?

您能否分享一些我可以在其中编码和解码联系信息的解决方案?

任何帮助都将非常有用.
在此先感谢

-Vivek Deshmukh

Hi ,
I need to implement QRCode encoding and decoding for contact information in my Windows application(C#).
For this I started using zxing library.
It has one function for encoding which takes first parameter as data in string.
How to pass contact information for encoding ?

Could you please share some solution where in I can able to encode and decode contact information ?

Any help would be greatful.
Thanks in advance

-Vivek Deshmukh

推荐答案

此帮助是否有用:
只需在http:上启动新的开源项目QrCode.Net: //qrcodenet.codeplex.com [ ^ ]
Would this help:
Just launched new open source project QrCode.Net at http://qrcodenet.codeplex.com[^]


http://zxing.appspot.com/generator/ [^ ]

检查此

在此联系信息中,数据格式就是这样

http://zxing.appspot.com/generator/[^]

Check this

In this contact information the data format is just like this

BEGIN:VCARD
N:Test Name
ORG:Test Company
TITLE:Test Title
TEL:123456789
URL:www.test.com
EMAIL:test@mail.com
ADR:test1 test2
NOTE:test
END:VCARD



您可以像这种格式对数据进行编码.



You can encode the data like this format.


这篇关于C#中的zxing QRCode联系人信息编码和解码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆