Returns True if the supplied Phone Number is valid.
Syntax
ISValidation.IsValidPhoneNumber(phoneNumber, [message], [allowBlank], [requiresMobile], [requiresCurrentCountry])
Parameters
| Name | Type | Optional | ByRef | Description |
| phoneNumber |
String |
|
|
|
| message |
String |
Optional |
ByRef |
If False includes the reason. |
| allowBlank |
Boolean |
Optional |
|
If omitted, a value of False is assumed. |
| requiresMobile |
Boolean |
Optional |
|
If omitted, a value of False is assumed. |
| requiresCurrentCountry |
Boolean |
Optional |
|
If omitted, a value of False is assumed. |
Return Value
Boolean
- Member of:
- ISValidation
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0