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.]

Initialise une nouvelle instance de la classe Roman à partir d'une chaîne de caractères.

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

Syntax

C#
public Roman(
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As String _
)
Visual C++
public:
Roman(
	String^ value
)

Parameters

value
Type: System..::.String
Chaîne de caractères.

See Also