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.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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:
StringThe result of the read operation appended to the input value.
See Also