WinStd
Windows Win32 API using Standard C++
|
Base template class to support converting GUID to string. More...
#include <WinStd/Common.h>
Public Member Functions | |
Initializing string using template in memory | |
basic_string_guid (const GUID &guid, const _Elem *format) | |
Initializes a new string and formats its contents to string representation of given GUID. | |
Base template class to support converting GUID to string.
|
inline |
Initializes a new string and formats its contents to string representation of given GUID.
[in] | guid | GUID to convert |
[in] | format | A printf() syntax template to convert GUID to string (i.e. "{%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}" ) |