Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SearchUtils.FormatCount

Declaration

public static string FormatCount(ulong count);

Parameters

count Number to be formatted.

Returns

string Formatted string.

Description

Formats a number into a shorten number string.

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