Extension functions for analyzing Barcode results. More...
Static Public Member Functions | |
static bool | HasGradingInfo (this ReadResult res) |
Checks if a read result contains grading information. More... | |
static GradeResultBase | GetGradingInfo (this ReadResult res) |
Extract the grading info from a reading result. More... | |
Extension functions for analyzing Barcode results.
|
static |
Extract the grading info from a reading result.
res | Result object to extract from. |
null
if no grading result is available.
|
static |
Checks if a read result contains grading information.
res | Result to analyze. |
true
if the result referred to by res contains grading information, false
otherwise.