Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Convertit un nombre entier en toutes lettres.
Espace de nom : Developpez.DotnetAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static string Spell( ulong value, Gender gender, NumeralAdjective numeralAdjective ) |
Visual Basic (Déclaration) |
---|
Public Shared Function Spell ( _ value As ULong, _ gender As Gender, _ numeralAdjective As NumeralAdjective _ ) As String |
Visual C++ |
---|
public: static String^ Spell( unsigned long long value, Gender gender, NumeralAdjective numeralAdjective ) |
Paramètres
- value
- Type: System..::..UInt64
Nombre entier.
- gender
- Type: Developpez.Dotnet.Language.Grammar..::..Gender
Genre du nombre entier.
- numeralAdjective
- Type: Developpez.Dotnet.Language.Grammar..::..NumeralAdjective
Nature de l'adjectif numéral.