Persistate API documentation
ContainingLineIn Method (input)
NamespacesPersistate.UtilSectionContainingLineIn(String)

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

Gets a Section denoting the line of text containing the start of this Section in an input string.
Declaration Syntax
C#
public Section ContainingLineIn(
	string input
)
Parameters
input (String)
The input string that this Section refers to.
Return Value
A Section denoting the line of text in the input string which contains the position denoted by the start of this section.
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)