C# Class CodeTV.INIReader

ファイルを表示 Open project: dgis/CodeTV Class Usage Examples

Public Methods

Method Description
GetEntry ( string section, string entryKey ) : string
GetEntry ( string section, string entryKey, string defaultValue ) : string
INIReader ( StreamReader streamReader ) : System

Method Details

GetEntry() public method

public GetEntry ( string section, string entryKey ) : string
section string
entryKey string
return string

GetEntry() public method

public GetEntry ( string section, string entryKey, string defaultValue ) : string
section string
entryKey string
defaultValue string
return string

INIReader() public method

public INIReader ( StreamReader streamReader ) : System
streamReader StreamReader
return System