Click or drag to resize

StringBuilderExtensions Methods

The StringBuilderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendWithSeparator
Method adding a separator between the appended texts, but only if the string builder is not empty. This avoids trailing separators, which commonly should appear only 'inside' the individual text elements.
Top
See Also