StringValues.IsNullOrEmpty(StringValues) Method

Definition

Indicates whether the specified StringValues contains no string values.

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

Parameters

value
StringValues

The StringValues to test.

Returns

true if value contains a single null string or empty array; otherwise, false.

Applies to