本文介绍了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

推荐答案


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联系人信息编码和解码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 21:25