XDTOSerializer.XMLString
Syntax:
Parameters:
<Value> (required)
A value which requires obtaining string presentation that can be used as an item text or XML attribute value. The following value types can be used as an XML string: Null, Boolean, Number, String, Date, UUID, BinaryData, ValueStorage and all references to database objects.
Returned value:
Description:
XML presentation types of the 1C:Enterprise 8 platform:
- "String" - as it is;
- "Boolean": "True", "False";
- "Date" - XML presentation matches the dateTime type presentation of an XML Schema (see http://www.w3.org/TR/xmlschema-2/#dateTime);
- "Number" - XML presentation matches the decimal type presentation of an XML Schema (see http://www.w3.org/TR/xmlschema-2/#decimal);
- System enumeration value (for enumerations that support XML serialization) - enumeration value name;
- "UUID" - string presentation of reference UUID;
- "References" - XML presentation of reference UUID;
- "ValueStorage" and "BinaryData" UUID - a string in the base64 format.
Availability: