The method MChar::size() is deprecated in SDK 3.1 and later in favor of numBytes() and numChars().
The method MChar::getData() is deprecated in SDK 3.1 and later.
Parameters | Description |
char const * typeToGet = NULL | Must be one of the encodings listed below or in MEncoding.h. |
unsigned int * pNumValidBytes = NULL | Number of Bytes. The SDK supports a large number of encoding types for char* character values. For a complete list, see the header file MEncoding.h. Here’s a list of the |
types |
virtual char const * data(char const * typeToGet = NULL, unsigned int * pNumValidBytes = NULL) const;