public static string RandomText( int countOfChars, string options, string customSymbols )
Parameters
- countOfChars
Type: System.Int32
The count of chars in result text.
- options
Type: System.String
The set of options ("d" - use digits, "c" - use big letters, "s" - use only customSymbols, "f" - first letter is large)
- customSymbols
Type: System.String
The custom set of letters to use with option "s".
Return Value
Type: System.String
The random text.