utility::conversions Namespace
Warning
This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at https://casablanca.codeplex.com/documentation.
namespace conversions;
Members
Structures
Name |
Description |
---|---|
Given char type T, convert a string or a wstring to a basic_string<T>. |
Functions
Name |
Description |
---|---|
Converts a string with the OS's default code page to a UTF-16 string. |
|
Decode the given base64 string to a byte array |
|
Decode the given base64 string to a byte array |
|
Converts a Latin1 (iso-8859-1) string to a UTF-16 string. |
|
Overloaded. Encode the given byte array into a base64 string |
|
Overloaded. Decode to string_t from either a utf-16 or utf-8 string |
|
Overloaded. Decode to utf16 from either a narrow or wide string |
|
Overloaded. Decode to UTF-8 from either a narrow or wide string. |
|
Converts a ASCII (us-ascii) string to a UTF-16 string. |
|
Converts a UTF-16 string to a UTF-8 string |
|
Converts a UTF-8 string to a UTF-16 |
Requirements
Header: asyncrt_utils.h
Namespace: utility