show/hide this revision's text 7 Your right. "todo" is the american mispelling. "to do" is the correct english spelling.

Is there an easy way in C# to create Ordinals for a number? For example:

  • 1 returns 1st
  • 2 returns 2nd
  • 3 returns 3rd
  • ...etc

Can this be done through String.Format String.Format() or are there any functions available to do this?

show/hide this revision's text 6 I'm just looking up the correct way to spell todo.

Is there a an easy way in C# to create Ordinals for a number? For example:

  • 1 returns 1st
  • 2 returns 2nd
  • 3 returns 3rd
  • ...etc

Can this be done through String.Format or are there any functions available to do this?

show/hide this revision's text 5 Todo is not valid English at all in this context. I hope you reconsider before changing this back.

Is there a an easy way to create ordinals in C#?

Is there a easy way in C# to create Ordinals for a number? For example:

  • 1 returns 1st
  • 2 returns 2nd
  • 3 returns 3rd
  • ...etc

Can this be done through String.Format or are there any functions available todo to do this?

show/hide this revision's text 4 "Todo" should only be two words if you want to read to pause in between. I'm happy with the other edits.
show/hide this revision's text 3 added 1 characters in body; edited title
show/hide this revision's text 2 added 3 characters in body
show/hide this revision's text 1