Udostępnij za pośrednictwem


StringSegment.HasValue Property

Definition

Overloads

HasValue

Gets whether this StringSegment contains a valid value.

HasValue

Source:
StringSegment.cs
Source:
StringSegment.cs
Source:
StringSegment.cs
Source:
StringSegment.cs

Gets whether this StringSegment contains a valid value.

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

Property Value

true if the StringSegment contains a valid value; false otherwise.

Applies to