다음을 통해 공유


StringSegment.HasValue 속성

정의

StringSegment 유효한 값이 포함되어 있는지 여부를 가져옵니다.

public:
 property bool HasValue { bool get(); };
public bool HasValue { get; }
member this.HasValue : bool
Public ReadOnly Property HasValue As Boolean

속성 값

StringSegment 유효한 값이 포함되어 있는지 true. 그렇지 않으면 false.

적용 대상