Class ParsedSplit
Represents an parsed segment split based on a token.
public sealed class ParsedSplit
- Inheritance
-
ParsedSplit
- Inherited Members
Constructors
ParsedSplit(string, string?)
Initialize a new instance.
public ParsedSplit(string split, string? token)
Parameters
Properties
Split
The parsed split segment.
public string Split { get; }
Property Value
Token
The token used to split.
public string? Token { get; }
Property Value
Methods
ToString()
public override string ToString()