Method AppendTabbed
AppendTabbed(StringBuilder, Int32, String)
Appends a string to the StringBuilder with a specific tab level attached.
Declaration
public static StringBuilder AppendTabbed(this StringBuilder builder, int tabLevel, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | builder | Builder to use |
| Int32 | tabLevel | number of tabs |
| String | value | string to append |
Returns
| Type | Description |
|---|---|
| StringBuilder | The StringBuilder used |