Template Function sdv::MakeWString(const TCharType *, size_t)#
Defined in File string.h
Function Documentation#
-
template<typename TCharType>
wstring sdv::MakeWString(const TCharType *sz, size_t nCount = wstring::npos)# Create wide string by providing strings of other types.
- Template Parameters:
TCharType – The character type to use for the strings.
- Parameters:
sz – [in] Pointer to a string.
nCount – [in] The amount of characters in the string or ‘npos’ when the string is zero terminated.
- Returns:
Returns the created string.