Search Result Sortorder:

ToFriendlyDateString  Submitted by jaycent on 2008/2/12 The idea behind the ToFriendlyDateString() method is representing dates in a user friendly way. For example, when displaying a news article on a webpage, you might want articles that were published one day ago to have their publish dates represented as "yesterday at 12:30 PM". Or if the article was publish today, show the date as "Today, 3:33 PM". Language C# Type System.DateTime Downloads 19
HttpUtility Helpers  Submitted by Earljon Hidalgo on 2008/4/23 Make easily accessible some functions available in HttpUtility into an Extension.Language C# Type System.String Downloads 18
IsNull  Submitted by Unknown on 2008/3/28 check value is nullLanguage C# Type System.Object Downloads 18
ToJson() and FromJson<T>()  Submitted by Unknown on 2008/1/24 Convert an object to JSON an backLanguage C# Type System.Object Downloads 18
convert Internet dot address to network address  Submitted by DotNerd on 2008/6/18 Csharp equivalent of Linux / Unix Command: inet_aton. The inet_aton() extension method converts the specified ipaddress, in the Internet standard dot notation, to a network address.Language C# Type System.Net Downloads 17
Replace  Submitted by Otto Beragg on 2008/3/05 This extension method replaces an item in a collection that implements the ilist<t> interfaceLanguage C# Type System.Collections.Generic.IList<T> Downloads 17
IsPrime  Submitted by Fons Sonnemans on 2007/8/21 Returns true when a integer is a prime.Language C# Type System.Int32 Downloads 17
DataTable to CSV export  Submitted by John on 2010/1/29 Export datatable to CSV fileLanguage C# Type System.Data Downloads 16
AddWorkdays  Submitted by Lee Harding on 2009/6/05 A modification to the AddDay function that adds an integer number of weekdays to a date, starting the count at the first weekday after the current day. This is a typical method for calculating B2B service delivery and billing due dates.Language C# Type System.DateTime Downloads 16
ConvertTo<T>  Submitted by Brandon Siegel on 2008/6/03 Converts an Array of arbitrary type to an array of type T. If a suitable converter cannot be found to do the conversion, a NotSupportedException is thrown.Language C# Type System.Array Downloads 16
First Previous 1 2 3 4 5  ... Next Last