Method | Description | |
---|---|---|
AppendFormatLine ( this sb ) : |
Appends the default line terminator to the end of the current System.Text.StringBuilder object
|
|
AppendFormatLine ( this sb, string format ) : |
Appends the string returned by processing a composite format string, which contains zero or more format items, with default line terminator to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array.
|
public static AppendFormatLine ( this sb ) : |
||
sb | this | Object StringBuilder |
return |
public static AppendFormatLine ( this sb, string format ) : |
||
sb | this | Object StringBuilder |
format | string | A composite format string |
return |