GUID
Syntax
GUID(string_expression)
Description
Takes a string representation of a GUID, such as ("A84B353B-89EF-4E78-8E82-BB5EBA54E601"), and returns the same data as a valid GUID.
Arguments
string_expression | A string in the form of a GUID |
Returns
The Guid identifier based on the string representation, such as ("A84B353B-89EF-4E78-8E82-BB5EBA54E601")
Example
MyEntity.RealGuidID = GUID(MyEntity.GuidString)