IsPhoneNumber

Evaluates a passed string to determine if it contains a valid phone number. The function returns either a true or false value.

IsPhoneNumber(1)

OrdinalTypeDescription
1stringRequiredString to evaluate

In this sample code, the function evaluates the string to determine if it contains a valid phone number.