StringExp.writeTo

Write the contents of the string to dest. Use numberOfCodeUnits() to determine size of result.

class StringExp
const
void
writeTo
(
void* dest
,
bool zero
,
int tyto = 0
)

Parameters

dest void*

destination

tyto int

encoding type of the result

zero bool

add terminating 0

Suggestion Box / Bug Report