AG UUID

GUID guid · Microsoft

The Microsoft-style notation for a UUID, usually wrapped in braces and uppercase.

Overview

A GUID (Globally Unique Identifier) has the same value as a UUID, but conventionally uses braces and uppercase, such as {3F2A...}.

Structure

Bit length128
Character length38
Format{HEX} upper
SortableNo
Random-basedYes

When to use

Use this notation when exchanging IDs with the Microsoft ecosystem — Windows, .NET, COM, and so on. The value is identical to a v4 UUID.

Example

GUID
{3F2A9C8B-4D1E-4A7B-9C2D-1E2F3A4B5C6D}

Generate this format

View per-language code →