StringSegment.Value 属性

定义

获取此段的值作为 String

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

属性值

此段的值作为 String

适用于