Method GetValue
GetValue<T>(String, String, T)
Declaration
public T GetValue<T>(string section, string name, T defaultvalue)
Parameters
| Type |
Name |
Description |
| System.String |
section |
|
| System.String |
name |
|
| T |
defaultvalue |
|
Returns
Type Parameters
GetValue(String, String)
Declaration
public string GetValue(string section, string key)
Parameters
| Type |
Name |
Description |
| System.String |
section |
|
| System.String |
key |
|
Returns
| Type |
Description |
| System.String |
|
GetValue(String, String, String)
Declaration
public string GetValue(string section, string key, string defaultvalue)
Parameters
| Type |
Name |
Description |
| System.String |
section |
|
| System.String |
key |
|
| System.String |
defaultvalue |
|
Returns
| Type |
Description |
| System.String |
|