Open sandboxFocus

Method GetNextSubstring

GetNextSubstring()

Gets the next substring (until the next parameter or the end of the string).

Declaration
public ArraySegment<char> GetNextSubstring()
Returns
Type Description
ArraySegment<char>

The next substring.