Click or drag to resize

MatFileV5WriterWriteString Method

Writes a MATLAB character array (mxCHAR_CLASS) as a 1xN string.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void WriteString(
	string name,
	string value
)

Parameters

name  String
Variable name.
value  String
String content. If null the empty string is written.
See Also