#include <StringConv.h>
◆ FromType
◆ LegacyFromType
◆ ToType
◆ Convert() [1/2]
◆ Convert() [2/2]
Converts the UTF-8 string to UTF-16 or UTF-32.
- Parameters
-
| Dest | The destination buffer of the converted string. |
| DestLen | The length of the destination buffer. |
| Source | The source string to convert. |
| SourceLen | The length of the source string. |
◆ ConvertedLength() [1/2]
◆ ConvertedLength() [2/2]
Determines the length of the converted string.
- Parameters
-
| Source | string to read and determine amount of TCHARs to represent |
| SourceLen | Length of source string; we will not read past this amount, even if the characters tell us to |
- Returns
- The length of the string in UTF-16 or UTF-32 characters.
The documentation for this class was generated from the following file: