#pragma once namespace Util { std::string WstringToString(const std::wstring& wstr); std::wstring StringToWstring(const std::string& str); }