Is there a way in C# to make a function that can figure out each numbers ending...
example:
1st
2nd
3rd
4th
So it can basically figure out if it is: st, nd, rd, th etc
I should only need it to 50 innings, but was curious if I needed to do it to say 10,000 - if there is a way code wise to do it.
Thanks.
Go to the complete details ...