Click or drag to resize

IXmlDeserializationInfoGetString Method

Reads a string from the current element content.

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

Return Value

String
The string parsed from the current element.
See Also