Releases: DiogoMagro/UsefulExtensions
Releases · DiogoMagro/UsefulExtensions
Release list
Added DateTime, IConvertible and new String extensions
-Added new String extensions like RemoveDiacritics, RemoveFirst, HasNumber and more.
-Added IConvertibleExtensions file with a Convert extension that can be use in all IConvertible types.
-Added DateTimeExtensions file with some util extensions like ToReadableTime, IsBetween, IsWorkDay, IsWeekend and more. Also overload some default DateTime extensions that not exists in Nullable DateTime like AddDays, AddHours, AddMinutes, etc.
New IntExtensions and StringExtensions functions
Added summary to all extensions functions.
Added new IntExtensions functions:
-IsBetween.
Added new StringExtensions functions:
-ToInt;
-GetBetween;
-Trim:
-ReplaceFrist;
-ReplaceLast.