C# Class CodeTV.INIReader

Afficher le fichier Open project: dgis/CodeTV Class Usage Examples

Méthodes publiques

Méthode Description
GetEntry ( string section, string entryKey ) : string
GetEntry ( string section, string entryKey, string defaultValue ) : string
INIReader ( StreamReader streamReader ) : System

Method Details

GetEntry() public méthode

public GetEntry ( string section, string entryKey ) : string
section string
entryKey string
Résultat string

GetEntry() public méthode

public GetEntry ( string section, string entryKey, string defaultValue ) : string
section string
entryKey string
defaultValue string
Résultat string

INIReader() public méthode

public INIReader ( StreamReader streamReader ) : System
streamReader StreamReader
Résultat System