Click or drag to resize

XmlStreamDeserializationInfoGetString Method

Reads a string from the current element content.

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

Return Value

String
The string parsed from the current element.

Implements

IXmlDeserializationInfoGetString
See Also