Function Unicode2Str() Foundation
Convert a Unicode to an ANSI-encoded character string.
Syntax
Unicode2Str( <cuString> ) --> cString
Parameters
<cuString>
<cuString> is a character string in Unicode format.
Return
The function returns a character string in ANSI format.
Description
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.
Feedback
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.