Click or drag to resize

XmlStreamDeserializationInfoGetNodeContent Method

Gets the inner text content of the current node.

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

Return Value

String
The inner text content of the current node.

Implements

IXmlDeserializationInfoGetNodeContent
See Also