TinyHelpers icon indicating copy to clipboard operation
TinyHelpers copied to clipboard

Substitue StringExtensions.GetValueOrDefault(this string? input, string? defaultValue = null, bool whitespaceAsEmpty = true) method with the corresponding overloads

Open marcominerva opened this issue 3 years ago • 0 comments

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.

marcominerva avatar Oct 19 '22 09:10 marcominerva