StringSegment.IsNullOrEmpty(StringSegment) Metodo

Definizione

Indica se l'oggetto StringSegment specificato è Null o una stringa Empty.

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

Parametri

value
StringSegment

Oggetto StringSegment da verificare.

Restituisce

Si applica a