Method ToInt
| Improve this Doc View SourceToInt(ISectionsData, String)
Convert section data to integers
.
Declaration
public static IEnumerable<int> ToInt(this ISectionsData sections, string sectionName)
Parameters
Type | Name | Description |
---|---|---|
ISectionsData | sections | The data of sections. |
String | sectionName | The name of the section to convert. |
Returns
Type | Description |
---|---|
IEnumerable<Int32> | The section data in |
Exceptions
Type | Condition |
---|---|
FormatException | If the data in the section are not |
SectionNotFoundException | If the |