Method PrependLine
PrependLine(StringBuilder, String)
Prepends a line to the StringBuilder.
Declaration
public static StringBuilder PrependLine(this StringBuilder builder, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | builder | Builder to use |
| String | value | string to prepend |
Returns
| Type | Description |
|---|---|
| StringBuilder | The StringBuilder used |