CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrParsedPayload

Namespace CodeGlyphX.Payloads
Assembly CodeGlyphX
Modifiers sealed

Parsed QR payload with detected type and optional raw value.

Inheritance

  • Object
  • QrParsedPayload

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Methods

public Boolean TryGet<T>(out T value) #
Returns: Boolean

Type Parameters

T

Parameters

value T requiredposition: 0
TryGet``1(``0@ value) #

Attempts to get the parsed payload as a specific type.

Parameters

value ``0@ required

Properties

public QrPayloadType Type { get; } #

Detected payload type.

public String Raw { get; } #

Raw payload text.

public Object Value { get; } #

Gets the parsed payload object (type-specific), when available.