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.

적용 대상