Method IsPhoneNumberValidId
IsPhoneNumberValidId(String)
Returns true if the specified strings matches the pattern for a phone number used as a payer id.
Declaration
public static bool IsPhoneNumberValidId(string phoneNumber)
Parameters
Type | Name | Description |
---|---|---|
System.String | phoneNumber | A string containing the phone number to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if the string matches the pattern for a phone number that can be used as a payer id. |