Click or drag to resize

IXmlSerializationInfoSetNodeContent Method

Sets the text content of the current node directly.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void SetNodeContent(
	string nodeContent
)

Parameters

nodeContent  String
Inner text.
See Also