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