XDTOSerializer.XMLValue

Syntax:

XMLValue(<Type>, <XMLString>)

Parameters:

<Type> (required)

Type: Type.
The type of value to be obtained from the XML string representation.

<XMLString> (required)

Type: String.
String representation of the value received from XML.

Returned value:

Type: Null; Boolean; Number; String; Date; UUID; BinaryData; ValueStorage; enumeration values, system enumeration values (AccountType; AccountingRecordType; AccumulationRecordType; AllowedSign; AllowedLength; DateFractions); Undefined or all references to database objects.

Description:

Performs conversion from a string retrieved from item text or XML attribute value into a value matching the specified type.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Note:

Performs an action opposite to the XMLString method action.

    

1C:Enterprise Developer's Community