show/hide this revision's text 3 deleted 94 characters in body

How's this?

http://csharpaspnet.blogspot.com/2007/01/ordinal-numbers-in-c-like-1-as-1st-3-as.html

@Stu - love the elegance of making an extension method out of this, but your implementation is too simplistic - doesn't handle 11 = 11th, 12 = 12th, for example.

show/hide this revision's text 2 added 80 characters in body

How's this?

http://csharpaspnet.blogspot.com/2007/01/ordinal-numbers-in-c-like-1-as-1st-3-as.html

@Stu - love the idea elegance of making an extension method out of this, but your implementation is too simplistic - doesn't handle 11 = 11th, 12 = 12th, for example.

show/hide this revision's text 1

How's this?

http://csharpaspnet.blogspot.com/2007/01/ordinal-numbers-in-c-like-1-as-1st-3-as.html

@Stu - love the idea of making an extension method out of this.