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

Obtient la valeur de la propriété spécifiée dans la section spécifiée Si la propriété n'est pas dans une section, passer une chaine vide

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

Syntaxe

C#
public string GetValue(
	string section,
	string key,
	string defaultValue
)
Visual Basic (Déclaration)
Public Function GetValue ( _
	section As String, _
	key As String, _
	defaultValue As String _
) As String
Visual C++
public:
String^ GetValue(
	String^ section, 
	String^ key, 
	String^ defaultValue
)

Paramètres

section
Type: System..::..String
Nom de la section, ou une chaine vide
key
Type: System..::..String
Nom de la propriété
defaultValue
Type: System..::..String
Valeur par défaut si la propriété n'existe pas

Valeur de retour

a valeur de la propriété demandée, ou defaultValue si la propriété n'existe pas dans le fichier

Voir aussi