ANSIstring:A string containing ANSI characters that will be converted to Unicode.
codepage: A number representing the code page that will be used for the conversion. If this parameter's value is 0, the default system code page is used.
Returns:
A Unicode string containing the converted string. If an invalid code page was sent, or the ANSI string is NULL, the function returns a NULL value.