Method IsValid
IsValid(String)
Returns true if the specified value
is a valid payer id of this type.
Declaration
bool IsValid(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
System.Boolean | True if |
Remarks
This method does not modify the input in any way, use the Normalize(String) method to sanitise the input before calling this method.