PreserveWhiteSpace Property
Visual Studio .NET 2003
Preserves or removes white space from XML output. Read/write.
PreserveWhiteSpace applies only when executing the XMLAdapter LoadXML and ToXML methods, which respectively retrieve and create XML consistent with these settings.
XMLAdapter.PreserveWhiteSpace [= lValue]
Property Values
- lValue
- Logical data type. The following table lists the values for lValue.
lValue Description False (.F.) Removes white space. (Default) True (.T.) Preserves white space.
See Also
Properties | XMLAdapter Object Properties, Methods, and Events | LoadXML Method | ToXML Method
Applies To: XMLAdapter Class
Show: