Extension Methods from K M Thomas
-
IsOdd
Checks whether a number is odd
-
IsEven
Checks whether a number is even
-
SecondsToString
Converts the number of seconds to a string displaying hours and minutes
-
ToDouble
Converts a string to a double
-
StringToTimeSpan
Converts a string to a timespan
-
TimeSpanToString
Converts a timespan to a string displaying hours and minutes
-
IntegerToTimeSpan
Converts an integer to a timespan
-
DisplayDouble
Converts a Double to a String with precision
-
AddOrdinal
Add an ordinal to a number,