SetString extension

Sets the memory starting at the pointer location to the string supplied.

There should already be sufficient allocated memory at the pointer address to avoid a buffer overrun. Returns the number of bytes written.

on

Methods

setString(String string) int