#include <StringConv.h>
◆ FromType
◆ ToType
◆ Convert()
Converts the string to the desired format.
- 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()
Determines the length of the converted string.
- Returns
- The length of the string in UTF-16 code units.
◆ Utf16FromCodepoint()
Convert Codepoint into UTF-16 characters.
- Parameters
-
| Codepoint | Codepoint to expand into UTF-16 code units |
| OutputIterator | Output iterator to write UTF-16 code units into |
| OutputIteratorNumRemaining | Maximum number of UTF-16 code units that can be written to OutputIterator |
- Returns
- Number of characters written for Codepoint
The documentation for this class was generated from the following file: