Persistate API documentation
From Method (input)
NamespacesPersistate.UtilSectionFrom(String)

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

Copies the substring of an input string denoted by this Section.
Declaration Syntax
C#
public string From(
	string input
)
Parameters
input (String)
The input string.
Return Value
The extracted substring.
Exceptions
ExceptionCondition
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)