TryGetSection
Overloads
| Name | Description |
|---|---|
| TryGetSection(string section, IniSection& result) | Try Get Section |
TryGetSection(string section, IniSection& result)
public bool TryGetSection(string section, IniSection& result)
Try Get Section
Parameters
| Name | Type | Description |
|---|---|---|
| section | string | Section |
| result | IniSection& | Section Data |
Returns
| Type | Description |
|---|---|
| bool | Result |