-
Notifications
You must be signed in to change notification settings - Fork 2
Home
halcharger edited this page Apr 4, 2014
·
26 revisions
#####DateTime extentions
- AddWeekDays
- FirstDayOfMonth
- IsFirstDayOfMonth
- IsFriday
- IsLastDayOfMonth
- IsMonday
- IsSaturday
- IsSunday
- IsThursday
- IsTuesday
- IsWednesday
- IsWeekday
- IsWeekend
- LastDayOfMonth
- ContainsAll
- ContainsNone
- EmptyIfNull
- ForEach
- GetDuplicates
- HasValues
- IsNullOrEmpty
- None
- ToEnumerable
#####Enum extentions
- GetDescription
- GetValues
- ToEnum
#####Exception extentions
- GetBaseException
#####Numeric extentions
- Absolute
#####Object extentions
- Clone
- GetProperties
- ToNullSafeString
#####String extentions
- Append
- AppendNewLine
- ContainsAll
- ContainsAny
- Copy
- FormatWith
- HasValue
- IsNullOrEmpty
- IsNullOrWhiteSpace
- JoinWith
- JoinWithComma
- JoinWithNewLine
- JoinWithSemiColon
- Remove
- SplitBy
- SplitByComma
- SplitByNewLine
- SplitBySemiColon
- ToBoolean
- ToDecimal
- ToInteger
#####Type extentions
- CreateInstance
- IsIEnumerable
- IsIList
- IsString
- IsType