IndentedStringBuilder.format

Formats the input lines while keeping track of indentation

  1. string format(string line)
  2. string format(string[] lines)
    class IndentedStringBuilder
    string
    format
    (
    string[] lines
    )

Parameters

lines string[]

The lines to format

Meta