• Login

Snippets

Entries for January 2014

25
public string AddSpaceAfterComma(string myInput) { try { String text = myInput.ToString(); text...

[Read the rest of this article...]

string function, Regex
Posted in: C Sharp - C#
10
public static DateTime GetFirstDayOfNextMonth(DateTime startDate) { if (startDate.Month == 12) // its end of year , we need to a...

[Read the rest of this article...]