A 0-terminated managed string of characters. More...
A 0-terminated managed string of characters.
This structure uses XsArray to manage its internal data. The C++ interface reports the size of the string excluding the terminating 0, but since the C version uses XsArray directly, its m_size member includes the terminating 0. When using the C version, make sure that the 0 character is always preserved when manipulating the data.