IdUtility¶
Namespace:
SideXP.Core
Miscellaneous functions for working with unique identifiers.
Methods¶
GetGUID()¶
Creates a new GUID using NewGuid, and returns its string value.
Returns
Returns the generated GUID.
GetShortGUID()¶
Creates a 22-character GUID by encoding a C# GUID as URL-safe Base64.