HashTable or KeyValue inside QR

Hi,

How can I store HashTable or KeyValue inside QR code using C#?


Thanks,
Jassim



3 Replies

VR Vignesh Ramesh Syncfusion Team September 6, 2022 03:29 PM UTC

Currently, SfBarcodeGenerator's QRCode Symbology only supports string values (numeric, alphanumeric, or Shift JIS characters). So, could you please provide additional information about your requirements? That would help us to provide an appropriate solution at the earliest.


Please find the below user documentation to learn more about QR Code symbology.

https://help.syncfusion.com/maui/barcode-generator/two-dimensional-symbology#qr-code



JR Jassim Rahma September 6, 2022 08:02 PM UTC

What I want is to create a QR code for a restaurant app that has the following:


Restaurant -> [Value]
Section -> [Value]
Table -> [Value]
Order -> [Value]


BS Balachandar Selvam Syncfusion Team September 7, 2022 01:51 PM UTC

We would like to inform you that the Barcode Generator is a control which is used to generate and display provided data in a machine-readable format. Also, as we have informed earlier, we have support to provide a string format data (numeric, alphanumeric, or Shift JIS characters) as an input (Value) of QR Code symbology. Based on this, you can convert your data and provide it as the value of a QR Code symbology. Please refer to the below provided user guide documentation links for more information about the Barcode Generator.


https://help.syncfusion.com/maui/barcode-generator/getting-started

https://help.syncfusion.com/maui/barcode-generator/two-dimensional-symbology#qr-code


Loader.
Up arrow icon