C# Class LibSassHost.Utilities.StringBuilderExtensions

Extensions for StringBuilder
Exibir arquivo Open project: Taritsyn/LibSassHost

Public Methods

Method Description
AppendFormatLine ( this sb ) : StringBuilder

Appends the default line terminator to the end of the current System.Text.StringBuilder object

AppendFormatLine ( this sb, string format ) : StringBuilder

Appends the string returned by processing a composite format string, which contains zero or more format items, with default line terminator to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array.

Method Details

AppendFormatLine() public static method

Appends the default line terminator to the end of the current System.Text.StringBuilder object
public static AppendFormatLine ( this sb ) : StringBuilder
sb this Object StringBuilder
return System.Text.StringBuilder

AppendFormatLine() public static method

Appends the string returned by processing a composite format string, which contains zero or more format items, with default line terminator to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array.
public static AppendFormatLine ( this sb, string format ) : StringBuilder
sb this Object StringBuilder
format string A composite format string
return System.Text.StringBuilder