Skip to content

purkayasta/TheUtilityVerse

Repository files navigation

The UtilityVerse 🧰 - (Multi verse of utility methods) is a library for all the helper methods that you might want to use.

Nuget Nuget

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.

  1. UtilityVerse - No dependency. Just the core utilities.
  2. UtilityVerse.ASPNET - This is based on aspnet core.

To Invoke this library, you may want to use Utility class.


Documentation Work in progress. ⚒️


Nuget Nuget

Methods:

  • 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.

Nuget Nuget

Features:

  • CreateHttpRequest()

Made ❤ with C#.