[]
Formats the message to print in the current line width, by breaking the message into lines between words. The number of spaces to indent the first line is specified by 'flind' and the number of spaces to indent each of the following lines is specified by 'ind'. Newlines in 'msg' are respected. A newline is always printed at the end.
public virtual void print(StreamWriter out_Renamed, int flind, int ind, string msg)
Type | Name | Description |
---|---|---|
StreamWriter | out_Renamed | |
int | flind | The indentation for the first line. |
int | ind | The indentation for the other lines. |
string | msg | The message to format and print. |