wstoas Method

Converts a std::wstring into a std::string.
Syntax:
std::string wstoas( const std::wstring& op );
Name Description
op

std::wstring to be converted

Return Value:

Converted std::string

Information:

Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.0

See also: astows

<< Functions