Skip to content

Wonkey types string towstring

wonkey:wonkey.types.String.ToWString

Method ToWString:Void( buf:Void Ptr,bufSize:Int )#

Converts the string to a WString.

If there is enough room in the memory buffer, a null terminating '0' is appended to the WString.

Parameters
buf buf Memory buffer to write the WString to.
bufSize bufSize Size of the memory buffer in bytes.