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.]
Indique si l'entier représente un nombre romain.
Une valeur de retour renvoie ce nombre romain.
Espace de nom : Developpez.DotnetAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static bool TryParse( int i, out Roman result ) |
Visual Basic (Déclaration) |
---|
Public Shared Function TryParse ( _ i As Integer, _ <OutAttribute> ByRef result As Roman _ ) As Boolean |
Visual C++ |
---|
public: static bool TryParse( int i, [OutAttribute] Roman% result ) |
Paramètres
- i
- Type: System..::..Int32
Entier représentant un nombre romain.
- result
- Type: Developpez.Dotnet..::..Roman%
Le nombre romain correspondant à l'entier.