IsUserNumber
Mon 01 January 2018Syntax
IsUserNumber(Value)
Description
Use the IsUserNumber function to determine if Value contains a valid numeric value that uses the locale-specific form of the number for the current user. Numeric characters include sign indicators and comma and period decimal points.
For example, if your regional settings specified periods for the thousands separator, and the number uses commas, this function returns false.
To determine if a value is a number regardless if it's in the user's local format, use the IsNumber function.
Parameters
Field or Control |
Definition |
---|---|
Value |
Specify a string you want to search to determine if it is a valid number in the correct format. |
Returns
A Boolean value: True if Value contains a valid numeric value in the correct format, False otherwise.