Shunde.NET Framework Class Library

TextUtils.GetOrdinalSuffix Method 

Gets a number as an ordered number, if you know what I mean. For example, converts 1 to "1st" or 2 to "2nd"

public static string GetOrdinalSuffix(
   Int32 number
);

See Also

TextUtils Class | Shunde.Utilities Namespace