TinyHelpers
TinyHelpers copied to clipboard
Substitue StringExtensions.GetValueOrDefault(this string? input, string? defaultValue = null, bool whitespaceAsEmpty = true) method with the corresponding overloads
Methods that contain optional parameters cannot be used in lambda expressions unless you explicitly specify all parameters. So, it is necessary to define proper overload for the StringExtensions.GetValueOrDefault() method to overcome this issue.