C# Class Hpdi.VssLogicalLib.SimpleIniReader

A very simple .INI file reader that does not require or support sections.
ファイルを表示 Open project: abevoelker/vss2git Class Usage Examples

Public Methods

Method Description
GetValue ( string key ) : string
GetValue ( string key, string defaultValue ) : string
Parse ( ) : void
SimpleIniReader ( string filename ) : System.Collections.Generic

Method Details

GetValue() public method

public GetValue ( string key ) : string
key string
return string

GetValue() public method

public GetValue ( string key, string defaultValue ) : string
key string
defaultValue string
return string

Parse() public method

public Parse ( ) : void
return void

SimpleIniReader() public method

public SimpleIniReader ( string filename ) : System.Collections.Generic
filename string
return System.Collections.Generic