Append the invariant representation of the specfied format to the end of stringBuilder.
public static StringBuilder AppendFormatInvariant(this StringBuilder stringBuilder, string format,
params object[] args)
| parameter | description |
|---|---|
| stringBuilder | The StringBuilder instance to which the string representation will be appended. |
| format | A composite format string. |
| args | An array of objects to format |
The StringBuilder instance that was provided.