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
<ExtensionAttribute>
Public NotInheritable Class StringBuilderExtensions
[ExtensionAttribute]
public ref class StringBuilderExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type StringBuilderExtensions = class end
The StringBuilderExtensions type exposes the following members.
Methods
| Name | Description |
---|
| AppendWithSeparator | 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. |
TopSee Also