Share via


Split.TokenString Property

Definition

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

Property Value

Applies to