2 posts tagged with code by Lokheed.
Displaying 1 through 2 of 2.
Sorting algorithm - how would you do this? [more inside]
posted by Lokheed
on Jun 7, 2008 -
16 answers
String manipulation in C#: I know that the String.Format method can format numeric data so that {0:#,###} transforms 1234 into the string "1,234". There are lots of standard formatters like {0:C} for currency, and endless ways to format DateTime objects. But is there a similar shorthand to format a string or to apply a mask to it? [more inside]
posted by Lokheed
on Nov 15, 2006 -
3 answers