SourcePro Core
:
Internationalization Module User’s Guide
:
Character and String Processing
:
Representing Strings
:
Memory Management in RWBasicUString
: Null Termination
Null Termination
Given sufficient capacity,
RWBasicUString
adds a null terminator to any non-static array passed to it. This terminating null is not considered part of the contents, and is not included in the count returned by
length()
.
This site works best with JavaScript enabled