> lang > ishexa | ![]() |
| Documentation |
|
Result = IsHexa ( vExpr AS String ) AS Boolean Result = Hexa? ( vExpr AS String ) AS Boolean
Returns if the String vExpr contains only heaxdecimal digits.
An hexadecimal digit is one of the following characters: [ 0123456789ABCDEFabcdef ]