This Windows-only function converts a string from its multibyte representation in the operating system's default encoding to an unsigned integer value representing a UTF-16, wide-character string (Unicode).
            Note: The input encoding is the system default Windows ANSI code page.
            For more information, see Internationalizing Code.
            Syntax
            Wide_Uint = I18N_MULTIBYTETOWIDECHAR(Multibyte_String)
            Return Value
            Returns an array of unsigned integer values representing a wide-character string. 
            Argument
            Multibyte_String
            The multibyte string to be converted.
            Properties
            None
            Version History
            
            See Also
            I18N_MULTIBYTETOUTF8, I18N_UTF8TOMULTIBYTE, I18N_WIDECHARTOMULTIBYTE