Grasshopper API
GH_ConvertStringToGuid Method |
Create a Guid based on SHA256 hashing of a string.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static Guid StringToGuid( string text )
Public Shared Function StringToGuid ( text As String ) As Guid
Parameters
- text
- Type: SystemString
Text to hash.
Return Value
Type: GuidA guid representing the string.
