Main Content
matlab::data::Reference<CharArray>
C++ class to get reference to CharArray
Description
The CharArrayExt
class extends the APIs available to a reference to a
CharArray
.
Class Details
Namespace: | matlab::data |
Base class: | Reference<Array> |
Include: | TypedArrayRef.hpp |
Member Functions
toUTF16
String toUTF16() const
Returns
| Contents of reference to |
Throws
None
toAscii
std::string toAscii() const
Returns
| Contents of reference to |
Throws
|
Data contains non-ASCII characters. |
Version History
Introduced in R2017b