Click or drag to resize
XmlSerializationReaderReadString Method (String)
Produces the result of a call to the System.Xml.XmlReader.ReadString() method appended to the input value.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected string ReadString(
	string value
)

Parameters

value
Type: SystemString
A string to prefix to the result of a call to the System.Xml.XmlReader.ReadString() method.

Return Value

Type: String
The result of call to the System.Xml.XmlReader.ReadString() method appended to the input value.
See Also