StringExp.writeTo

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

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

Parameters

dest
Type: void*

destination

tyto
Type: int

encoding type of the result

zero
Type: bool

add terminating 0

Meta