Function: getUtfByteLength()
function getUtfByteLength(value: string): number;
Defined in: shared/utils/utfByteLength.ts:40
Returns the UTF-8 encoded byte length of a string.
Parametersโ
valueโ
string
Returnsโ
number
function getUtfByteLength(value: string): number;
Defined in: shared/utils/utfByteLength.ts:40
Returns the UTF-8 encoded byte length of a string.
string
number