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 structure Roman à partir d'une chaîne de caractères.

Espace de nom : Developpez.Dotnet
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

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

Paramètres

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

Voir aussi