XmlStreamDeserializationInfoBeginReading(String) Method |
Begins reading from the specified XML text.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void BeginReading(
string s
)
Parameters
- s String
- The XML text to read.
See Also