C# Class QSProjectsLib.RusNumber

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Méthode Description
Case ( int val, string one, string two, string five ) : string
FormatCase ( int val, string one, string two, string five ) : string
Str ( int val, bool male, string one, string two, string five ) : string

Method Details

Case() public static méthode

public static Case ( int val, string one, string two, string five ) : string
val int
one string
two string
five string
Résultat string

FormatCase() public static méthode

public static FormatCase ( int val, string one, string two, string five ) : string
val int
one string
two string
five string
Résultat string

Str() public static méthode

public static Str ( int val, bool male, string one, string two, string five ) : string
val int
male bool
one string
two string
five string
Résultat string