StringBuilderExtensions
Contains extension for StringBuilder.
Allows to append multiple strings to the StringBuilder at once.
public static StringBuilder Append(this StringBuilder stringBuilder, string value1, string value2, string value3 = null, string value4 = null, string value5 = null, string value6 = null)
Allows to append multiple strings to the StringBuilder at once.