Method GetFirstLineString
| Improve this Doc View SourceGetFirstLineString(ISectionsData, String)
Gets the first line of the section in string
format.
Declaration
public static string GetFirstLineString(this ISectionsData sections, string sectionName)
Parameters
Type | Name | Description |
---|---|---|
ISectionsData | sections | The data of sections. |
String | sectionName | The name of the section to gets in a specific format. |
Returns
Type | Description |
---|---|
String | The first line in |
Exceptions
Type | Condition |
---|---|
SectionNotFoundException | If the |