Persistate API documentation
LineNumberIn Method (input)
NamespacesPersistate.UtilSectionLineNumberIn(String)

[This is preliminary documentation and is subject to change.]

Gets the line number of the line containing the start of this Section of an input string.
Declaration Syntax
C#
public int LineNumberIn(
	string input
)
Parameters
input (String)
The string to check.
Return Value
The line number, counted from 1.
Exceptions
ExceptionCondition
ArgumentNullExceptionInput string is null or empty.
InvalidOperationExceptionThis section is Empty.
ArgumentExceptionThe supplied input string does not fully contain this Section.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)