Summary
Returns a random string of the specified length, made up of upper and lower case letters, digits and the underscore character.
- Namespace
- TCLite
.Interfaces - Containing Type
- IRandomGenerator
Syntax
string GetString(int outputLength)
Parameters
| Name | Type | Description |
|---|---|---|
| outputLength | int |
Return Value
| Type | Description |
|---|---|
| string |
