sizeOfConvertedWstring

Returns a minimum buffer length to hold the string s with the given conversions. It might be slightly larger than necessary, but is guaranteed to be big enough to hold it.

version(Windows)
int
sizeOfConvertedWstring
(
in char[] s
,)

Meta

History

Moved from simpledisplay.d to core.d in March 2023 (dub v11.0).