XmlSerializationReader.CollapseWhitespace(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all occurrences of white space characters from the beginning and end of the specified string.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
System::String ^ CollapseWhitespace(System::String ^ value);
protected string? CollapseWhitespace (string? value);
protected string CollapseWhitespace (string value);
member this.CollapseWhitespace : string -> string
Protected Function CollapseWhitespace (value As String) As String
Parameters
- value
- String
The string that will have its white space trimmed.
Returns
The trimmed string.
Remarks
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.