deno.com
method Float16Array.toLocaleString
#Float16Array.toLocaleString(
locales?: string | string[],
options?: Intl.NumberFormatOptions,
): string

Converts a number to a string by using the current locale.

Parameters #

optional
#locales: string | string[]
optional
#options: Intl.NumberFormatOptions

Return Type #

string