StringSegment.IsNullOrEmpty(StringSegment) Metoda

Definicja

Wskazuje, czy określony StringSegment parametr ma wartość null, czy pusty ciąg.

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

Parametry

value
StringSegment

Element StringSegment do przetestowania.

Zwraca

Dotyczy