TIBCO Adapter SDK C++ Reference
|
This constructor creates an MStringData from a 16-bit character string passed.
Parameters | Description |
UChar const* uSource | Data to be encapsulated as an MStringData (16-bit character string is assumed). |
char const * type = NULL | The type of source data encoding. Default is M_UTF16BE. |
MStringData(UChar const* uSource, char const * type = NULL);