Overload List

  Name Description
Public method Static member AppendFormatLine(StringBuilder, String, Object)
Appends a formatted string and the default line terminator, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument.
Public method Static member AppendFormatLine(StringBuilder, String, array<Object>[]()[][])
Appends a formatted string and the default line terminator, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument.
Public method Static member AppendFormatLine(StringBuilder, IFormatProvider, String, array<Object>[]()[][])
Appends a formatted string and the default line terminator, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument.
Public method Static member AppendFormatLine(StringBuilder, String, Object, Object)
Appends a formatted string and the default line terminator, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument.
Public method Static member AppendFormatLine(StringBuilder, String, Object, Object, Object)
Appends a formatted string and the default line terminator, which contains zero or more format specifications, to this instance. Each format specification is replaced by the string representation of a corresponding object argument.

See Also