ExportToString
Exports a KeyValues tree to a string. The string is dumped from the current position.
native int ExportToString(char[] buffer, int maxlength)
Parameters
char[] buffer
Buffer to write to.
int maxlength
Max length of buffer.
Return Value
int Number of bytes that can be written to buffer.