XmlReadOptions.PreserveWhitespace([Boolean]) Method
Version: Available or changed with runtime version 1.0.
Gets or sets a value that indicates whether insignificant white space should be preserved during parsing.
Syntax
[Value := ] XmlReadOptions.PreserveWhitespace([NewValue: Boolean])
Note
This method can be invoked using property access syntax.
Parameters
XmlReadOptions
Type: XmlReadOptions
An instance of the XmlReadOptions data type.
[Optional] NewValue
Type: Boolean
The new value of the flag.
Return Value
[Optional] Value
Type: Boolean
true if insignificant white spaces are preserved during parsing, otherwise false.
Related information
XmlReadOptions Data Type
Get Started with AL
Developing Extensions