System.Xml.Serialization.XmlSerializationReader.ReadString Method

Returns the result of a call to the System.Xml.XmlReader.ReadString method of the System.Xml.XmlReader class, trimmed of white space if needed, and appended to the input value.

Syntax

protected string ReadString (string value, bool trim)

Parameters

value
A string that will be appended to.
trim
true if the result of the read operation should be trimmed; otherwise, false.

Returns

The result of the read operation appended to the input value.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0