Method Prepend
Prepend(StringBuilder, String)
Prepends a string to the StringBuilder.
Declaration
public static StringBuilder Prepend(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 |