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 la chaîne de caractères 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( string s, out Roman result ) |
Visual Basic (Déclaration) |
---|
Public Shared Function TryParse ( _ s As String, _ <OutAttribute> ByRef result As Roman _ ) As Boolean |
Visual C++ |
---|
public: static bool TryParse( String^ s, [OutAttribute] Roman% result ) |
Paramètres
- s
- Type: System..::..String
Chaîne de caractères représentant un nombre romain.
- result
- Type: Developpez.Dotnet..::..Roman%
Le nombre romain correspondant à la chaîne de caractères.