C# Класс Decision.Utility.RandomText

Helper class to generate the random text.
Показать файл Открыть проект

Открытые методы

Метод Описание
Generate ( string chars, int count ) : string

Generates the random text.

Описание методов

Generate() публичный статический Метод

Generates the random text.
public static Generate ( string chars, int count ) : string
chars string The specified characters.
count int The number of characters.
Результат string