C# Class INI.INIFile

Create a New INI file to store or load data
Afficher le fichier Open project: henryxrl/SimpleEpub2 Class Usage Examples

Méthodes publiques

Свойство Type Description
path String

Méthodes publiques

Méthode Description
INIFile ( String INIPath ) : System

INIFile Constructor.

INIReadValue ( String Section, String Key ) : String

Read Data Value From the INI File

INIWriteValue ( String Section, String Key, String Value ) : void

Write Data to the INI File

Private Methods

Méthode Description
GetPrivateProfileString ( String section, String key, String def, StringBuilder retVal, Int32 size, String filePath ) : Int32
WritePrivateProfileString ( String section, String key, String val, String filePath ) : Int32

Method Details

INIFile() public méthode

INIFile Constructor.
public INIFile ( String INIPath ) : System
INIPath String
Résultat System

INIReadValue() public méthode

Read Data Value From the INI File
public INIReadValue ( String Section, String Key ) : String
Section String
Key String
Résultat String

INIWriteValue() public méthode

Write Data to the INI File
public INIWriteValue ( String Section, String Key, String Value ) : void
Section String
Key String
Value String
Résultat void

Property Details

path public_oe property

public String path
Résultat String