str2Guid Function

Converts a string to a GUID object.


Guid str2Guid(str text)

Parameter

Description

guid

A string that represents a GUID.

A GUID that is represented by the input string.

For example, a valid value for the guid parameter is {12345678-1234-abCD-3456-123456789012}, with or without the braces.

Community Additions

ADD
Show: