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. |
Gets the next substring (until the next parameter or the end of the string).
public ArraySegment<char> GetNextSubstring()| Type | Description |
|---|---|
| ArraySegment<char> | The next substring. |