ConversionNumberSuffix(Int32) Method

Return the specified number, formatted with the appropriate suffix.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string NumberSuffix(
	int value
)

Parameters

value  Int32
Numeric value to format.

Return Value

String
Specified number, formatted with appropriate st, nd, rd, th suffix.

See Also