isHexDigit

The isHexDigit verification property determines whether to check that the input value includes only hexadecimal digits 0-9 and A-F (case insensitive).

Valid values are NO (the default) and YES.

This property applies only to character fields.

Compatibility

Table 1. Support for isHexDigit property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes Yes No No Yes Yes No No

Feedback