StringBuffer::AppendString

StringBuffer::AppendString
void AppendString(const wchar_t* pstr, SPInt len = -1);
void AppendString(const char* putf8str, SPInt utf8StrSz = -1);
Description

AppendString appends a specified string to the end of the string.

Parameters
Parameters 
Description 
const wchar_t* pstr 
Pointer to the string which is to be appended. 
SPInt len = -1 
Number of characters in the string. 
const char* putf8str 
Pointer to the UTF-8 string which is to be appended. 
SPInt utf8StrSz = -1 
Number of bytes in the UTF-8 string.