Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Convertit un nombre entier en toutes lettres.
Namespace:
Developpez.DotnetAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static string Spell( long value, Gender gender, NumeralAdjective numeralAdjective ) |
Visual Basic (Declaration) |
---|
Public Shared Function Spell ( _ value As Long, _ gender As Gender, _ numeralAdjective As NumeralAdjective _ ) As String |
Visual C++ |
---|
public: static String^ Spell( long long value, Gender gender, NumeralAdjective numeralAdjective ) |
Parameters
- value
- Type: System..::.Int64
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.