Summary
Selects a random character from the specified source
- Namespace
- Faker
.Extensions - Containing Type
- ArrayExtensions
Syntax
public static char Random(this string source)
Parameters
Name | Type | Description |
---|---|---|
source | string | The source containing characters to select from. |
Return Value
Type | Description |
---|---|
char | A random character from the specified source. |