Method AppendLineTabbed
AppendLineTabbed(StringBuilder, Int32, String)
Appends a line to the StringBuilder with a specific tab level attached.
Declaration
public static StringBuilder AppendLineTabbed(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 |