Show / Hide Table of Contents

Method ExtString.IsNull(+ 1 overload)


Overload

Returns true if null pointer.

public static bool IsNull(this ReadOnlySpan<char> t)
Parameters
t  (ReadOnlySpan<char>)
Returns
bool

Overload(top)

Returns true if null pointer.

public static bool IsNull(this ReadOnlySpan<byte> t)
Parameters
t  (ReadOnlySpan<byte>)
Returns
bool