Shiroechi / Litdex.Utilities

Utilities module for Litdex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Litdex.Utilities

A library that contains many helper methods and some extensions.

This library contains:

  • Binary encoding
    • Base 16
    • Base 64
    • Base 85
    • Base 91
  • Guid version 3 and 5
  • Math128
    • Multiplication of two 64-bit integer
  • Array extension
    • Clear
    • Slice
    • Concat
  • Numeric extension
    • Rotate left (byte, short, ushort, int, uint, long, ulong)
    • Rotate right (byte, short, ushort, int, uint, long, ulong)
  • Random extension
    • Choice
    • Sample
    • Shuffle

Install

Nuget

About

Utilities module for Litdex

License:MIT License


Languages

Language:C# 100.0%