Method PrependTabbed
PrependTabbed(StringBuilder, Int32, String)
Prepends a string to the StringBuilder with a specific tab level attached.
Declaration
public static StringBuilder PrependTabbed(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 prepend |
Returns
Type | Description |
---|---|
StringBuilder | The StringBuilder used |