Extension Methods from Tom De Wilde
-
Returns whether the given date is the last day of the month.
-
Converts an integer to a Guid. This could be used within a unit test to mock objects.
-
Perform a Trim() when the string is not null. If the string is null the method will return null.