C# Class Decision.Utility.RandomText

Helper class to generate the random text.
ファイルを表示 Open project: rabbal/Decision

Public Methods

Method Description
Generate ( string chars, int count ) : string

Generates the random text.

Method Details

Generate() public static method

Generates the random text.
public static Generate ( string chars, int count ) : string
chars string The specified characters.
count int The number of characters.
return string