QrCodeTypes

QrCodeTypes class

QRコードの種類のコンテナ.

public static class QrCodeTypes

プロパティ

名前 説明
static AllTypes { get; } すべての QRCode タイプ.

メソッド

名前 説明
static Parse(string) pasringType 名で QRCode タイプを返します。 QRCode の名前が不明な場合 - 例外は throw になります
static TryParse(string) pasringType 名で QRCode タイプを返します。 QRCode の名前が不明な場合 - 例外はスローされませんが、メソッドは null 値を返します。

田畑

名前 説明
static readonly Aztec Aztec QR コード タイプ object.
static readonly DataMatrix DataMatrix QR コード タイプ object.
static readonly GS1DataMatrix GS1 DataMatrix QR-Code Type object.
static readonly GS1QR GS1 QR コード タイプ object.
static readonly HIBCLICAztec HIBC LIC Aztec QR コード タイプ オブジェクト.
static readonly HIBCLICDataMatrix HIBC LIC データ マトリックス QR コード タイプ object.
static readonly HIBCLICQR HIBC LIC QR コード タイプ オブジェクト.
static readonly QR QR QR コード タイプ object.

関連項目