Skip to content

Shiroechi/Litdex.Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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