KeyValues.ExportToString Method

Exports a KeyValues tree to a string. The string is dumped from the current position.

int ExportToString(char[] buffer, int maxlength)

Parameters

char[] buffer

Buffer to write to.

int maxlength

Max length of buffer.

Return Value

Number of bytes that can be written to buffer.