<PackageReference Include="Namotion.Reflection" Version="3.4.2" />

StringBuilderExtensions

Contains extension for StringBuilder.
public static StringBuilder Append(this StringBuilder stringBuilder, string[] values)

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.