ConversionNumberSuffix(Int32) Method
Return the specified number, formatted with the appropriate suffix.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string NumberSuffix(
int value
)
Public Shared Function NumberSuffix (
value As Integer
) As String
No code example is currently available or this language may not be supported.
- value Int32
-
Numeric value to format.
String
Specified number, formatted with appropriate st, nd, rd, th suffix.