StringSegment.IsNullOrEmpty(StringSegment) Methode

Definition

Gibt an, ob die angegebene StringSegment Zeichenfolge null oder eine leere Zeichenfolge ist.

public:
 static bool IsNullOrEmpty(Microsoft::Extensions::Primitives::StringSegment value);
public static bool IsNullOrEmpty(Microsoft.Extensions.Primitives.StringSegment value);
static member IsNullOrEmpty : Microsoft.Extensions.Primitives.StringSegment -> bool
Public Shared Function IsNullOrEmpty (value As StringSegment) As Boolean

Parameter

value
StringSegment

Der StringSegment zu testde Test.

Gibt zurück

Gilt für: