Skip to content

Repository files navigation

NotNullStrings

This library conatains a small set of useful C# string extension methods aimed at making string manipulation and handling less painful.

Methods follow the null-object pattern; i.e. the library will return empty strings or arrays rather than null. When null strings are supplied as arguments they will be treated as if empty. E.g.

varblank=null.IsBlank();// returns true 

About

Simple C# string extensions

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages