Skip to content

kritikos-io/Extensions.Primitive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templates - Dotnet

Build Status Coverage Status codecov Quality Gate Status License GitHub language count GitHub top language

Simple extension methods over primitive .NET types, to avoid creating them in every project.

Current methods include:

  • String
    • IsNullOrEmpty
    • IsNullOrWhiteSpace
    • AsSecureString
  • SecureString
    • UnsecureString
  • Unsigned integer types (uint, ulong, ushort)
    • ReverseBytes (changes endianess)
  • DateTime/DateTimeOffset
    • To/From unix epoch time

About

Extension Methods for primitive .NET types

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages