This documentation is archived and is not being maintained.
RetailBarcodeManagement.isNum Method [AX 2012]
Checks if the parameter is a number.
public boolean isNum(str _letter)
Run On
Server
Parameters
-
_letter
- Type: str
The string to be checked.
Return Value
Type:
boolean
A boolean value, true if the string is a number.Otherwise false.