print


Description:

[ Version ( since = "2.4" ) ]
public void print (string string, int len)

Appends a space followed by string to the this.

Note that string must not contain any special characters that might need to be escaped.

Parameters:

this

a ConfigWriter

string

a string to write

len

number of bytes from string or -1 if string is NUL-terminated.