C# 클래스 Buckets.Generator

파일 보기 프로젝트 열기: DisruptionTheory/Buckets

공개 메소드들

메소드 설명
NumberToTextAlphaNumeric ( long num ) : string

Convert a number into its text equivalent.

NumberToTextAlphaNumericSpecial ( long num ) : string

Convert a number into its text equivalent.

RandomAlphaNumeric ( int size, bool threaded = false ) : string

Generates a random alpha-numeric string of the specified length.

RandomAlphaNumericSpecial ( int size, bool threaded = false ) : string

Generates a random alpha-numeric adn special character string of the specified length.

RandomInteger ( ) : int

Generates a random 32 bit integer.

메소드 상세

NumberToTextAlphaNumeric() 공개 정적인 메소드

Convert a number into its text equivalent.
public static NumberToTextAlphaNumeric ( long num ) : string
num long The number to convert.
리턴 string

NumberToTextAlphaNumericSpecial() 공개 정적인 메소드

Convert a number into its text equivalent.
public static NumberToTextAlphaNumericSpecial ( long num ) : string
num long The number to convert.
리턴 string

RandomAlphaNumeric() 공개 정적인 메소드

Generates a random alpha-numeric string of the specified length.
public static RandomAlphaNumeric ( int size, bool threaded = false ) : string
size int The length of the alpha numeric string to be generated.
threaded bool
리턴 string

RandomAlphaNumericSpecial() 공개 정적인 메소드

Generates a random alpha-numeric adn special character string of the specified length.
public static RandomAlphaNumericSpecial ( int size, bool threaded = false ) : string
size int The length of the alpha numeric adn special character string to be generated.
threaded bool
리턴 string

RandomInteger() 공개 정적인 메소드

Generates a random 32 bit integer.
public static RandomInteger ( ) : int
리턴 int