Summary
Generates a random phone number from the specified pattern.
Syntax
public static string Number(string pattern)
Parameters
Name | Type | Description |
---|---|---|
pattern | string | The pattern to generate a phone number from. |
Return Value
Type | Description |
---|---|
string | The generated phone number. |