Summary
Removes all characters which is not Alphanumeric from the specified s
- Namespace
- Faker
.Extensions - Containing Type
- StringExtensions
Syntax
public static string AlphanumericOnly(this string s)
Parameters
| Name | Type | Description |
|---|---|---|
| s | string | The source string. |
Return Value
| Type | Description |
|---|---|
| string | The transformed string. |