Click or drag to resize

IXmlDeserializationInfoGetNodeContent Method

Gets the inner text content of the current node.

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

Return Value

String
The inner text content of the current node.
See Also