DataHashing.Append

Syntax variant: Add binary data

Syntax:

Append(<BinaryData>)

Parameters:

<BinaryData> (required)

Type: BinaryData.
Added binary data.

Description of method variant:

Updates the hash-sum, with the addition of binary data.

Syntax variant: Add text data

Syntax:

Append(<Text>)

Parameters:

<Text> (required)

Type: String.
Added text data (UTF8 encoding).

Description of method variant:

Updates the hash-sum, with the addition of text data.

Availability:

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

    

1C:Enterprise Developer's Community