The IS_VALID_DECIMAL_NUMBER function takes a single parameter and returns true if the value is a valid decimal. If the value returned when evaluating this parameter as a decimal number is NaN (Not a Number), the function will return false.
@IS_VALID_DECIMAL_NUMBER (Decimal) | |
---|---|
Decimal | Required decimal number parameter; contains the value to be
evaluated as a valid decimal number. |
Boolean