Skip to content

Releases: DiogoMagro/UsefulExtensions

Added DateTime, IConvertible and new String extensions

Choose a tag to compare

@DiogoMagro DiogoMagro released this 24 Nov 23:35

-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

Choose a tag to compare

@DiogoMagro DiogoMagro released this 03 Nov 17:51

Added summary to all extensions functions.
Added new IntExtensions functions:
-IsBetween.
Added new StringExtensions functions:
-ToInt;
-GetBetween;
-Trim:
-ReplaceFrist;
-ReplaceLast.