MatFileV5WriterWriteString Method |
Writes a MATLAB character array (mxCHAR_CLASS) as a 1xN string.
Namespace: Altaxo.Serialization.MatlabAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void WriteString(
string name,
string value
)
Parameters
- name String
- Variable name.
- value String
- String content. If null the empty string is written.
See Also