Click or drag to resize

StringBuilderExtensions Class

Extensions helpful for StringBuilder class.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.ToolsStringBuilderExtensions

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static class StringBuilderExtensions

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