Formato GUIDs online para gratuito. Converter GUIDs to .NET D, N, B, P e X formatoos, change letter case, normalize values e process multiple GUIDs instantly.
Convert GUIDs into standard .NET-compatible formats.
A Formatoador de GUID converts a GUID ou UUID em different string representations sem changing the underlying 128-bit identifier. This is useful quando working com .NET aplicações, APIs, bancos de dados, source code e development tools.
Microsoft .NET oferece 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 com 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 contém the same 32 hexadecimal characters sem hyphens.
550e8400e29b41d4a716446655440000The B formato surrounds the standard D representation com curly braces, while P surrounds it com 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 com lower-level ou source-code-oriented representations.
Use the formatoter quando you need to convert GUID values para .NET aplicações, APIs, SQL bancos de dados, test data, configuration files ou source code. The underlying identifier remains unchanged; only its textual representation changes.
A Formatoador de GUID converts a GUID em different standard representations such as D, N, B, P e X formatoos used by .NET e other development environments.
D is the standard hyphenated formato, N contém 32 hexadecimal digits sem hyphens, B wraps the D formato in braces, P wraps it in parentheses, e X uses the hexadecimal structure formato supported by .NET.
Sim. Enter multiple GUIDs com one value per line e the formatoter will process them together.
Sim. Você pode formato GUIDs using lowercase ou uppercase hexadecimal characters.
Sim. The formatoter suporta the standard .NET GUID formato specifiers D, N, B, P e X.
Sim. Select the N formato to convert a standard GUID em 32 hexadecimal characters sem hyphens.
Sim. 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 aplicações.