Method IsValid
IsValid(String)
Returns true if the specified strings matches the pattern for a phone number used as a payer id.
Declaration
public bool IsValid(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | 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. |