API Reference
Class
QrParsedPayload
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
- Method QrPayloadParser.Parse
- Method QR.ParsePayload
- Property QrDecoded.Parsed
Accepted by parameters
- Method QrPayloadParser.TryParse
- Method QrPayloadParser.TryParse
- Method QrPayloadParser.Validate
- Method QR.TryParsePayload
- Method QR.TryParsePayload
Methods
public Boolean TryGet<T>(out T value) #Returns:
BooleanAttempts to get the parsed payload as a specific type.
Type Parameters
- T
Parameters
- value ``0@