Format:
Recent snippets matching tags of ordinals
public static class Int32Extensions { /// <summary> /// Appends an ordinal to the given integer value. Reformatted from here: /// http://stackoverflow.com/questions/20156/is-there-an-easy-way-to-create-ordinals-in-c/20175#20175 /// </summary> /// <param name="value"></param> /// <returns></returns> public static string ToStringWithOrdinal(this int value) {
104 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
