C# 클래스 Decision.Utility.RandomText

Helper class to generate the random text.
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
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