GetXMLEncoding()
语法
Result = GetXMLEncoding(#XML)概要
Returns the text encoding used for exporting/saving the given XML tree.
参数
#XML The XML to use.
返回值
It can be one of the following values:#PB_Ascii #PB_Unicode (UTF16) #PB_UTF8
参阅
ExportXML(), SaveXML(), SetXMLEncoding()
已支持操作系统
所有