QRCode Constructor(String)
In This Topic
Creates a new QR Code barcode with the specified values.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim str As String
Dim instance As New QRCode(str)
Parameters
- str
- Input value string
See Also