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

适用于