Constructor IndentedStringBuilder
| Improve this Doc View SourceIndentedStringBuilder()
Initializes a new instance of IndentedStringBuilder class.
Declaration
public IndentedStringBuilder()
IndentedStringBuilder(String)
Initializes a new instance of IndentedStringBuilder class.
Declaration
public IndentedStringBuilder(string tabString)
Parameters
Type | Name | Description |
---|---|---|
System.String | tabString | The tab string value. |