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