QrCodeTypes
QrCodeTypes class
Behälter für QRCode-Typen.
public static class QrCodeTypes
Eigenschaften
Name |
Beschreibung |
static AllTypes { get; } |
Alle QRCode-Typen. |
Methoden
Name |
Beschreibung |
static Parse(string) |
Gibt den QRCode-Typ mit dem pasringType-Namen zurück. Wenn der Name des QRCodes unbekannt ist – Ausnahme ist throw |
static TryParse(string) |
Gibt den QRCode-Typ mit dem pasringType-Namen zurück. Wenn der Name des QRCodes unbekannt ist, wird keine Ausnahme ausgelöst, aber die Methode gibt einen Nullwert zurück. |
Felder
Name |
Beschreibung |
static readonly Aztec |
Aztec QR-Code Typ Objekt. |
static readonly DataMatrix |
DataMatrix QR-Code Typ Objekt. |
static readonly GS1DataMatrix |
GS1 DataMatrix QR-Code Typ Objekt. |
static readonly GS1QR |
GS1 QR-Code Typ Objekt. |
static readonly HIBCLICAztec |
HIBC LIC Aztec QR-Code Typ Objekt. |
static readonly HIBCLICDataMatrix |
HIBC LIC Data Matrix QR-Code Typ Objekt. |
static readonly HIBCLICQR |
HIBC LIC QR-Code Typ Objekt. |
static readonly QR |
QR QR-Code Typ Objekt. |
Siehe auch