Table of Contents

Method ToUUIDString

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ToUUIDString(Guid)

Converts this GUID instance to a native compatible UUID string.

public static string ToUUIDString(this Guid guid)

Parameters

guid Guid

The GUID instance to convert.

Returns

string

The hyphenated UUID string, matching NWN's formatting.