Summary
Generates random characters with the specified charCount.
Syntax
public static string Characters(int charCount = 255)
Parameters
| Name | Type | Description |
|---|---|---|
| charCount | int | The character count. |
Return Value
| Type | Description |
|---|---|
| string | The random characters. |