Click or drag to resize
XmlSerializationReaderReadString Method (String, Boolean)
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.

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,
	bool trim
)

Parameters

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

Return Value

Type: String
The result of the read operation appended to the input value.
See Also