UUID.From line

Syntax:

New UUID(<Line>)

Parameters:

<Line> (required)

Type: String.
GUID line. Row is assigned in an "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", where the X's equal a sixteen digit number.

Description:

Creates a unit identifier from the GUID line indicated. The uniqueness of the line defines that of the identifier. Therefore, the identifier is not guaranteed to be unique.

Example:

StringGUID = "a763cfbb-f94f-4c67-8e13-0e96a3a7f353";
NewGUID = New UUID(StringGUID);


    

1C:Enterprise Developer's Community