Click or drag to resize

XmlStreamSerializationInfoSetNodeContent Method

Sets the text content of the current node directly.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetNodeContent(
	string nodeContent
)

Parameters

nodeContent  String
Inner text.

Implements

IXmlSerializationInfoSetNodeContent(String)
See Also