add_string
Description:
[
Version ( since =
"2.0.0" ) ]
public abstract void add_string (
uint idt,
StringBuilder str)
Converts an object that implements Codec to a debug string, appending it to str
.
Parameters:
| this |
a Codec
|
| idt |
the indent
|
| str |
a string to append to
|