Method ToUUIDString
ToUUIDString(Guid)
Converts this GUID instance to a native compatible UUID string.
public static string ToUUIDString(this Guid guid)
Parameters
guidGuidThe GUID instance to convert.
Returns
- string
The hyphenated UUID string, matching NWN's formatting.