skttl
cs public static bool HasValue([NotNullWhen(true)] this string? s) { return string.IsNullOrWhiteSpace(s) is false; }