Calculates the required buffer size in bytes for a string to wchar[] conversion. Room for a terminating '\0' is included.
The source string.
The maximum byte count the source string could require, including the terminating '\0'.
string2wstring
See Implementation
Calculates the required buffer size in bytes for a string to wchar[] conversion. Room for a terminating '\0' is included.