New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of ordinals
C#
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)
    {
by Jon Sagara   November 02, 2009 @ 1:20pm
104 Views
no comments
 
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate