StringSegment.HasValue 属性

定义

获取一个值,该值指示此 StringSegment 是否包含有效值。

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

属性值

trueStringSegment如果 包含有效值,则为 ;false否则为 。

适用于