StringSegment.Buffer Property

Definition

Gets the value of this segment as a string.

public:
 property System::String ^ Buffer { System::String ^ get(); };
public string Buffer { get; }
public string? Buffer { get; }
member this.Buffer : string
Public ReadOnly Property Buffer As String

Property Value

The string buffer for this segment.

Applies to