Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the length of bar code.
Syntax
public boolean validateMask(RetailBarcodeMask _mask)
Run On
Called
Parameters
- _mask
Type: RetailBarcodeMask Extended Data Type
The value of the bar code mask.
Return Value
Type: boolean
false if the length of bar code is less than minimum length or larger than maximum length; otherwise true.