Parser Field
Defined in namespace Scandit.DataCapture.Parser
- ParsedField
class ParsedFieldAdded in version 6.16.0
- Name
stringName { get; }Added in version 6.16.0
The name of the field.
- Parsed
objectParsed { get; }Added in version 6.16.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
stringRawString { get; }Added in version 6.16.0
The raw string that represents this field in the input string/data.