Appends a '\0' terminated string to the end of the data of the string builder.
Appends a '\0' terminated string to the end of the data of the string builder.This function has a time complexity of O(N), with N being the length of the string to append.