The UtilityVerse 🧰 - (Multi verse of utility methods) is a library for all the helper methods that you might want to use.
Give it a star if you like the project. 👏 🌠 🌟
Want to contribute? Here is the guideline
There are multiple packages in this universe. Use whatever suits you.
- UtilityVerse - No dependency. Just the core utilities.
- UtilityVerse.ASPNET - This is based on aspnet core.
To Invoke this library, you may want to use Utility
class.
-
Boolean Extensions
- ToBoolean(string value).
-
Date Extensions
- IsInBetween().
- ToUnixTimeStamp().
- ToIntDate().
- DestructFromDateTime().
- ToDateTime().
- ToUtcDateTime().
-
Generic Extensions
- ToByteArray().
- To().
-
Integer Extensions
- IsInBetween().
- ToInt(bool value).
- ToStr()
-
Byte Extensions
- ToObject().
-
Object Extensions
- ToByteArray().
-
Character Extensions
- ToStr().
-
Decimal Extensions
- ToStr().
-
Double Extensions.
- ToStr().
-
Span Extensions.
- ToObject().
-
String Extensions
- IsNullOrEmptyOrWhiteSpace().
- ToStr().
- EncodeToBase64().
- DecodeFromBase64().
- ConvertOsWisePath().
- ToSlugUrl().
- IsInIpAddress().
- IsValidEmail().
-
Collection Extensions
- IsNullOrEmpty().
-
Features:
- Retry Mechanism.
- Dollar Cent Conversion.
- CreateHttpRequest()
Made ❤ with C#.