Polymorphic container for strings that are meant to be sent on the wire. Contains either NULL-terminated ASCII strings (ASCIIZ) or Unicode strings depending on the constructor used. Converting extraction can be attempted. In contrast to
MChar:
- MStringData always ends with a NULL character
- MStringData is not prespecified to be of a certain length and is therefore not padded with NULL characters.
See also "Adapter SDK Unicode Support" in
TIBCO Adapter SDK Programmer's Guide.