2 posts tagged with code by Lokheed.
Displaying 1 through 2 of 2.

Related tags:
+ (23)
+ (20)
+ (13)
+ (11)
+ (11)
+ (9)
+ (8)
+ (8)
+ (8)
+ (7)
+ (6)
+ (6)
+ (6)
+ (6)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
grumblebee (6)
jak68 (2)
pax digita (2)
JohnGL (2)
Rothko (2)
Skyanth (2)
goodnewsfortheinsane (2)
Lokheed (2)
jpburns (2)
SpecialK (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