Summary
Get a string with every occurrence of '#' replaced with a random number.
- Namespace
- Faker
.Extensions - Containing Type
- StringExtensions
Syntax
public static string Numerify(this string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The source format. |
Return Value
Type | Description |
---|---|
string | The formatted string. |