public static class StringBuilderExtensions
[ExtensionAttribute]
public ref class StringBuilderExtensions abstract sealed
No code example is currently available or this language may not be supported.
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 |