# FormatCount(ulong)

> Formats a number into a shorten number string.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.6/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public static string FormatCount(ulong count)
```

### Parameters

**** (\[ulong]\(https\://learn.microsoft.com/dotnet/api/system.uint64)): Number to be formatted.

### Returns

| Type                                                           | Description       |
| -------------------------------------------------------------- | ----------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | Formatted string. |

### Remarks

This function is used by the search property table to format numbers.
