Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Encodes text as xml.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
(old name: String.EncodeToXML)
Parameter | Description | Example |
---|---|---|
text | The text you want to encode. | "Grüße" |
The encoded text.
Encode text as xml:
MBS( "Text.EncodeToXML"; "Grüße <test>" )
Example result: "Grüße <test>"
Created 18th August 2014, last changed 27th April 2017
Text.EncodeToURL - Text.EncodeURLComponent
Feedback: Report problem or ask question.