FormatCount(ulong)
Formats a number into a shorten number string.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static string FormatCount(ulong count)
Parameters
Number to be formatted.
Returns
Type | Description |
|---|---|
| string | Formatted string. |
Remarks
This function is used by the search property table to format numbers.