StringSegment.HasValue プロパティ

定義

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

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

プロパティ値

true StringSegmentに有効な値が含まれている場合は '。それ以外の場合false

適用対象