Show / Hide Table of Contents

Method AppendLine

| Improve this Doc View Source

AppendLine()

Appends an empty line.

Declaration
public IndentedStringBuilder AppendLine()
Returns
Type Description
IndentedStringBuilder

This IndentedStringBuilder for fluent coding.

| Improve this Doc View Source

AppendLine(String)

Appends String value followed by an empty line.

Declaration
public IndentedStringBuilder AppendLine(string value)
Parameters
Type Name Description
System.String value

The string value.

Returns
Type Description
IndentedStringBuilder

This IndentedStringBuilder for fluent coding.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest