Formato GUIDs online per gratuito. Converti GUIDs to .NET D, N, B, P e X formatoi, change letter case, normalize values e process multiple GUIDs instantly.
Convert GUIDs into standard .NET-compatible formats.
A Formatotatore GUID converts a GUID o UUID in different string representations senza changing the underlying 128-bit identifier. This is useful quando working con .NET applicazioni, APIs, database, source code e development tools.
Microsoft .NET fornisce five standard GUID formato specifiers: D, N, B, P e X. Each formato represents the same GUID using a different textual structure.
550e8400-e29b-41d4-a716-446655440000550e8400e29b41d4a716446655440000{550e8400-e29b-41d4-a716-446655440000}(550e8400-e29b-41d4-a716-446655440000){0x550e8400,0xe29b,0x41d4,{0xa7,0x16,0x44,0x66,0x55,0x44,0x00,0x00}}The D formato is the standard GUID representation con 32 hexadecimal characters separated by four hyphens. It is the default formato returned by .NET quando no other formato specifier is supplied.
550e8400-e29b-41d4-a716-446655440000The N formato contiene the same 32 hexadecimal characters senza hyphens.
550e8400e29b41d4a716446655440000The B formato surrounds the standard D representation con curly braces, while P surrounds it con parentheses. These are standard .NET GUID representations.
The X formato represents the GUID using hexadecimal values inside a structured set of braces. It is useful quando working con lower-level o source-code-oriented representations.
Use the formatoter quando you need to convert GUID values per .NET applicazioni, APIs, SQL database, test data, configuration files o source code. The underlying identifier remains unchanged; only its textual representation changes.
A Formatotatore GUID converts a GUID in different standard representations such as D, N, B, P e X formatoi used by .NET e other development environments.
D is the standard hyphenated formato, N contiene 32 hexadecimal digits senza hyphens, B wraps the D formato in braces, P wraps it in parentheses, e X uses the hexadecimal structure formato supported by .NET.
Sì. Enter multiple GUIDs con one value per line e the formatoter will process them together.
Sì. Puoi formato GUIDs using lowercase o uppercase hexadecimal characters.
Sì. The formatoter supporta the standard .NET GUID formato specifiers D, N, B, P e X.
Sì. Select the N formato to convert a standard GUID in 32 hexadecimal characters senza hyphens.
Sì. GUID formatoting is performed in your browser, so the values do not need to be uploaded to a server.
GUID e UUID generally represent the same 128-bit identifier. GUID formatoting is especially common in Microsoft e .NET applicazioni.