StringSegment.HasValue プロパティ

定義

有効 StringSegment な値が含まれているかどうかを示す値を取得します。

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

プロパティ値

Boolean

true有効な値falseStringSegment含まれている場合は。それ以外の場合は 。

適用対象