Converts an ANSI string to Unicode characters as determined by the selected code page.
Syntax:
UnicodeFromANSI (ANSI String, Code Page)
Parameters:
ANSI String: A string containing ANSI characters that will be converted to Unicode.
Code Page: 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.