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?
|
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:
Can this be done through String.Format |
||||
|
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:
Can this be done through String.Format or are there any functions available to do this? |
||||
|
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:
Can this be done through String.Format or are there any functions available todo to do this? |
||||
|
4 | "Todo" should only be two words if you want to read to pause in between. I'm happy with the other edits. | ||
|
3 | added 1 characters in body; edited title | ||
|
2 | added 3 characters in body | ||
|
1 |
|
||