Method | Description | |
---|---|---|
AppendFormatLine ( this source ) : StringBuilder |
Appends the default line terminator to the end of the current StringBuilder instance
|
|
AppendFormatLine ( this source, string format ) : StringBuilder |
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.
|
|
TrimStart ( this source ) : StringBuilder |
Removes the all leading white-space characters from the current StringBuilder instance
|
public static AppendFormatLine ( this source ) : StringBuilder | ||
source | this | Instance of |
return | StringBuilder |
public static AppendFormatLine ( this source, string format ) : StringBuilder | ||
source | this | Instance of |
format | string | A composite format string |
return | StringBuilder |
public static TrimStart ( this source ) : StringBuilder | ||
source | this | Instance of |
return | StringBuilder |