StringSegment.HasValue 屬性

定義

取得值,這個值表示這個 StringSegment 是否包含有效的值。

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

屬性值

Boolean

trueStringSegment如果 包含有效的值,則為 , false 否則為 。

適用於