ApplyTilde is a property on the QRCode Barcode class.
Determines if data after the tilde character should be interpreted as an ASCII code. Uses the ~dNNN format. This represents the ASCII character encoded by the 3 digits NNN. For example, ~d009 represents a tab, ~d013 represents a return and ~d065 represents the character 'A'.
QRCodeBarcode Class | IDAutomation.Windows.Forms.QRCodeBarcode Namespace