Click or drag to resize
StringBuilderExtensions Methods
Methods
  Name Description
Public method Static member Code example AppendLineFormat(StringBuilder, String, Object)
Appends the args and a new line character, basically a shorthand form of input.AppendFormat(...).AppendLine()
Public method Static member AppendLineFormat(StringBuilder, String, Object)
Appends the args and a new line character
Public method Static member AppendLineFormat(StringBuilder, String, Object, Object)
Appends the args and a new line character
Public method Static member AppendLineFormat(StringBuilder, String, Object, Object, Object)
Appends the args and a new line character
Top
See Also