C# Class BaseNcoding.StringGenerator

Afficher le fichier Open project: KvanTTT/BaseNcoding

Méthodes publiques

Méthode Description
GetAlphabet ( int charsCount ) : string
GetRandom ( int size, bool onlyLettersAndDigits ) : string

Method Details

GetAlphabet() public static méthode

public static GetAlphabet ( int charsCount ) : string
charsCount int
Résultat string

GetRandom() public static méthode

public static GetRandom ( int size, bool onlyLettersAndDigits ) : string
size int
onlyLettersAndDigits bool
Résultat string