Method ExtString.IsNull(+ 1 overload)
Overload
Returns true
if null pointer.
public static bool IsNull(this ReadOnlySpan<char> t)
Parameters
t (ReadOnlySpan<char>) |
Returns
Overload(top)
Returns true
if null pointer.
public static bool IsNull(this ReadOnlySpan<byte> t)
Parameters
t (ReadOnlySpan<byte>) |