Function fromStringToUTF16

  • Converts the given string into an array of UTF16 character codes.

    All numbers in the returned array are guaranteed to be between 0 (inclusive) and 65535 = 0xFFFF (inclusive).

    Parameters

    • string: string

    Returns Word