This is preliminary documentation and is subject to change.

StringBuilderExtensions Class

The string builder extensions.

Definition

Namespace: MoreDateTime.Internal
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static class StringBuilderExtensions
Inheritance
Object    StringBuilderExtensions

Methods

AppendIfNotNullOrEmpty Appends the string if it is not null or empty to the StringBuilder
AppendIfTrue(StringBuilder, Boolean, Char) Appends the string if it is not null or empty to the StringBuilder
AppendIfTrue(StringBuilder, Boolean, String) Appends the string if it is not null or empty to the StringBuilder

See Also