Xmlport.TextEncoding([TextEncoding]) Method
Version: Available or changed with runtime version 1.0.
Gets and sets the TextEncoding used when running, importing or exporting the XmlPort.
Syntax
[Encoding := ] Xmlport.TextEncoding([Encoding: TextEncoding])
Note
This method can be invoked using property access syntax.
Parameters
Xmlport
Type: Xmlport
An instance of the Xmlport data type.
[Optional] Encoding
Type: TextEncoding
The new value of the TextEncoding.
Return Value
[Optional] Encoding
Type: TextEncoding
The TextEncoding used when running, importing or exporting the XmlPort.
Related information
Xmlport Data Type
TextEncoding Property (XMLports)
Get Started with AL
Developing Extensions