Function Unicode2Str() Foundation
Convert a Unicode to an ANSI-encoded character string.
Unicode2Str( <cuString> ) --> cString
The function returns a character string in ANSI format.
The function Unicode2Str() converts a Unicode character string to ANSI format. The ANSI format is the default format for character strings in Xbase++. The primary usage of Unicode2Str() is in conjunction with the native platform API.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.