Skip to content

This library extended .NET (DateTime,Char,String,Enum)

License

Notifications You must be signed in to change notification settings

sabatex/Extensions

Repository files navigation

.NET Core Extensions

MIT License NuGet Version NuGet Downloads

  • #Observable object with INotifyPropertyChanged implemented

  • #Char extensions UpperKeyToRus(),char.UpperKeyToUkr - recode englesh key to Russian or Ukrainian

  • #DateTime extensions: BeginOfDay(),EndOfDay(),BeginOfWeek(),EndOfWeek(),BeginOfMonth(), EndOfMonth(),BeginOfYear(),EndOfYear(),Quarter(),BeginOfQuarter(), EndOfQuarter(),WeekOfYear()

  • #Enum extensions: Description() - get enum description attribute GetEnumDisplayName() - get array Tuple<name,description> GetEnumListWithDescription() - get array Tuple<enum,description>

  • #MemberInfo extensions: GetCustomAttribute(Type attributeType)

  • #Period Represents a dates period (start - end)

  • #UInt128 Represents a 128-bit unsigned integer

3.1.7 - set readonly struct UInt128 3.1.6 - - change Target Framework from 2.0 to 2.1 - add MinValue to UInt128

About

This library extended .NET (DateTime,Char,String,Enum)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages