Summary
Get a string with every '?' replaced with a random character from the english alphabet.
- Namespace
- Faker
.Extensions - Containing Type
- StringExtensions
Syntax
public static string Letterify(this string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The source format |
Return Value
Type | Description |
---|---|
string | The formatted string. |