fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

lower and trim should return an empty string when provided a null value #17

Closed DinisCruz closed 9 years ago

DinisCruz commented 10 years ago

The expected return value is (i.e. "" or String.Empty) when the root parameter is null

Current return value is null

Please include UnitTests with the fix