Skip to content

ConvertStringToGUID Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

bin ConvertStringToGuid(value:string)

Description

Converts the string representation of a GUID to a binary representation of the GUID.

Remarks

If the input string is null, an exception is thrown.

Supported Version

2.14.611.0 and later

Examples

ConvertStringToGUID(//WorkflowData/GUID])

Clone this wiki locally