PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomFormatting­String­ParserGet­Next­Substring
Open sandboxFocus

FormattingStringParser.GetNextSubstring Method

GetNextSubstring()

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

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

The next substring.