The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSerializationReader::ReadString Method (String^, Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the result of a call to the ReadString method of the XmlReader class, trimmed of white space if needed, and appended to the input value.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- value
-
Type:
System::String^
A string that will be appended to.
- trim
-
Type:
System::Boolean
true if the result of the read operation should be trimmed; otherwise, false.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: