QrCodeTypes
QrCodeTypes class
QRCode Türleri kabı.
public static class QrCodeTypes
Özellikleri
İsim |
Tanım |
static AllTypes { get; } |
Tüm QRCode türleri. |
yöntemler
İsim |
Tanım |
static Parse(string) |
pasringType adıyla QRCode türünü döndürür. QRCode’un adı bilinmiyorsa - İstisna throw olacaktır |
static TryParse(string) |
pasringType adıyla QRCode türünü döndürür. QRCode’un adı bilinmiyorsa - İstisna oluşturulmaz ancak yöntem boş değer döndürür. |
Alanlar
İsim |
Tanım |
static readonly Aztec |
Aztek QR Kodu Türü object. |
static readonly DataMatrix |
DataMatrix QR Kodu Türü nesnesi. |
static readonly GS1DataMatrix |
GS1 DataMatrix QR-Code Type object. |
static readonly GS1QR |
GS1 QR Kodu Türü nesnesi. |
static readonly HIBCLICAztec |
HIBC LIC Aztek QR Kodu Türü object. |
static readonly HIBCLICDataMatrix |
HIBC LIC Veri Matrisi QR Kodu Türü object. |
static readonly HIBCLICQR |
HIBC LIC QR Kodu Türü object. |
static readonly QR |
QR QR Kodu Türü object. |
Ayrıca bakınız