Skip to content

eleven41/Eleven41.Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eleven41.Extensions

Copyright (C) 2019, Eleven41 Software

Eleven41.Extensions is a general purpose collection of extension methods.

Get It on NuGet!

Install-Package Eleven41.Extensions

LICENSE

MIT License

REQUIREMENTS

  • Visual Studio 2017

METHODS

  • arrays
    • ArrayFromSingle
    • CopyRangeTo
    • Populate
    • SubArray
  • string
    • After
    • EnsureNotNull
    • SafeTrim
    • Upto
    • UptoAndIncluding
    • Left
    • Right
    • Replace
    • AsUtf8String
  • int
    • MultipleOf
    • NextMultipleOf
  • DateTime
    • SafeToString
  • ICollection
    • Add2
    • CondAdd
  • IEnumerable
    • EnsureNotNull
    • SafeSequenceEqual