Summary
Returns a random string of the specified length, made up of the characters specified.
- Namespace
- TCLite
.Interfaces - Containing Type
- IRandomGenerator
Syntax
string GetString(int outputlength, string allowedChars)
Parameters
Name | Type | Description |
---|---|---|
outputlength | int | |
allowedChars | string |
Return Value
Type | Description |
---|---|
string |