Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
XmlNode.Serialize (gb.xml)
Static
Function
Serialize
(
Data
As
String
)
As
String
Serializes the given
Data
so that they are valid XML values.
For example, it replaces "<" with "<", ">" with ">", and so on ...