Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Convertit un nombre entier en toutes lettres.

Namespace:  Developpez.Dotnet
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string Spell(
	uint value
)
Visual Basic (Declaration)
Public Shared Function Spell ( _
	value As UInteger _
) As String
Visual C++
public:
static String^ Spell(
	unsigned int value
)

Parameters

value
Type: System..::.UInt32
Nombre entier.

Return Value

Le nombre en toutes lettres.

See Also