C# Class Buckets.Generator

Afficher le fichier Open project: DisruptionTheory/Buckets

Méthodes publiques

Méthode Description
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.

Method Details

NumberToTextAlphaNumeric() public static méthode

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

NumberToTextAlphaNumericSpecial() public static méthode

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

RandomAlphaNumeric() public static méthode

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
Résultat string

RandomAlphaNumericSpecial() public static méthode

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
Résultat string

RandomInteger() public static méthode

Generates a random 32 bit integer.
public static RandomInteger ( ) : int
Résultat int