Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 728 Bytes

File metadata and controls

20 lines (15 loc) · 728 Bytes
title <cvt/wstring>
description Learn more about: <cvt/wstring>
ms.date 11/04/2016
f1_keywords
stdext.cvt.<cvt/wstring>
<cvt/wstring>
stdext::cvt::<cvt/wstring>
helpviewer_keywords
cvt/wstring header

<cvt/wstring>

The header <cvt/wstring> in previous versions of Visual Studio defined the class template wstring_convert in the stdext::cvt namespace. The header is maintained for backward compatibility. New code should use the version of the class that is defined in <locale> in the std namespace.

Syntax

#include <cvt/wstring>

See also

Header Files Reference