Function fromUnicodeToString

  • Converts the given array of Unicode code points into a string.

    All numbers in the given array must be between 0 (inclusive) and 1114111 = 0x10FFFF (inclusive).

    Parameters

    Returns string