Class IndentedStringBuilder
Wrapper of StringBuilder to provide text indention.
Inheritance
Inherited Members
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public sealed class IndentedStringBuilder
Constructors
| Name | Description |
|---|---|
| IndentedStringBuilder() | Initializes a new instance of IndentedStringBuilder class. |
| IndentedStringBuilder(String) | Initializes a new instance of IndentedStringBuilder class. |
Properties
| Name | Description |
|---|---|
| IndentLevel | Gets or sets the indent level. |
| InnerBuilder | Gets the inner string builder. |
Methods
| Name | Description |
|---|---|
| Append(Boolean) | Appends Boolean value. |
| Append(Byte) | Appends Byte value. |
| Append(Char) | Appends Char value. |
| Append(Char, Int32) | Appends repeated Char value. |
| Append(Char[]) | Appends array of Char value. |
| Append(Char[], Int32, Int32) | Appends part of Char array value. |
| Append(Decimal) | Appends Decimal value. |
| Append(Double) | Appends Double value. |
| Append(Int16) | Appends Int16 value. |
| Append(Int32) | Appends Int32 value. |
| Append(Int64) | Appends Int64 value. |
| Append(Object) | Appends Object value. |
| Append(SByte) | Appends SByte value. |
| Append(Single) | Appends Single value. |
| Append(String) | Appends String value. |
| Append(String, Int32, Int32) | Appends part of string value. |
| Append(UInt16) | Appends UInt16 value. |
| Append(UInt32) | Appends Unit32 value. |
| Append(UInt64) | Appends UInt64 value. |
| AppendFormat(IFormatProvider, String, Object[]) | Appends formatted string. |
| AppendFormat(String, Object) | Appends formatted string. |
| AppendFormat(String, Object, Object) | Appends formatted string. |
| AppendFormat(String, Object, Object, Object) | Appends formatted string. |
| AppendFormat(String, Object[]) | Appends formatted string. |
| AppendLine() | Appends an empty line. |
| AppendLine(String) | Appends String value followed by an empty line. |
| ToString() | |
| ToString(Int32, Int32) | Converts the value of a substring of this instance to a System.String. |