Parser Field#
Defined in namespace Scandit.DataCapture.Parser
-
ParsedField
# class ParsedField
Added in version 6.5.0
-
Name
# string
Name
{ get; }Added in version 6.5.0
The name of the field.
-
Parsed
# object
Parsed
{ get; }Added in version 6.5.0
The parsed data contained in this field. Depending on the field type, this returns a string, float, int, bool, map or array. Consult the field documentation for information on the type for the fields you are interested in.
-
RawString
# string
RawString
{ get; }Added in version 6.5.0
The raw string that represents this field in the input string/data.
-