wstring_convert::byte_string
A type that represents a byte string.
typedef std::basic_string<char> byte_string;
Remarks
The type is a synonym for std::basic_string<char>.
Requirements
Header: <cvt/wstring>
Namespace: stdext::cvt
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
A type that represents a byte string.
typedef std::basic_string<char> byte_string;
The type is a synonym for std::basic_string<char>.
Header: <cvt/wstring>
Namespace: stdext::cvt