You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mean like a wrapper around WideCharToMultiByte & vice-versa? Nothing currently seems to exist from what I can see, but such a thing might be generally useful. E.g. something like wil::WideCharToMultiByte<StringT>(...)/wil::WideCharToMultiByteNoThrow(..., StringT&)
Is there any standard way to convert strings in WIL? I could not find any examples.
The text was updated successfully, but these errors were encountered: