GUID methods
Use the GUID methods to use and manipulate globally unique identifiers (GUIDs) in your automations.
Methods
Method | Description |
GuidEquals | Returns a value that indicates whether two instances of a GUID represent the same value. |
NewGuid | Initializes a new instance of the GUID structure and returns it as a formatted string. |
TryParse | Converts the string representation of a GUID to the equivalent GUID structure. |
Previous topic File methods Next topic JSON methods and components