XmlText.Normalize 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.
Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.
public:
virtual void Normalize() = Normalize;
void Normalize();
public void Normalize();
function normalize()
Public Sub Normalize ()