Click or drag to resize
StringBuilderExtensions Class
A collection of custom extensions for the built in StringBuilder class.
Inheritance Hierarchy
SystemObject
  Entelect.ExtensionsStringBuilderExtensions

Namespace: Entelect.Extensions
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public static class StringBuilderExtensions
Methods
  NameDescription
Public methodStatic memberCode exampleAppendLineFormat(StringBuilder, String, Object)
Appends the args and a new line character, basically a shorthand form of input.AppendFormat(...).AppendLine()
Public methodStatic memberAppendLineFormat(StringBuilder, String, Object)
Appends the args and a new line character
Public methodStatic memberAppendLineFormat(StringBuilder, String, Object, Object)
Appends the args and a new line character
Public methodStatic memberAppendLineFormat(StringBuilder, String, Object, Object, Object)
Appends the args and a new line character
Top
See Also