Split.TokenString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the underlying split token. Each SubString is represented by a token and in the end we might be carrying a lot of SubString representing various parts of the original input string.
public string TokenString { get; }
member this.TokenString : string
Public ReadOnly Property TokenString As String