GUID中有多少个字符? [英] How many characters are there in a GUID?

查看:670
本文介绍了GUID中有多少个字符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用ASCII编码,GUID中有多少个字符?

Using ASCII encoding, how many characters are there in a GUID?

我对Microsoft风格感兴趣,其中包括大括号和破折号。 p>

I'm interested in the Microsoft style, which includes the curly brackets and dashes.

推荐答案

MSDN


GUID是一个128位值,由
一组8个十六进制数字,
后面是三组4
十六进制数字,后跟
一组12个十六进制数字。
以下示例GUID显示
GUID中的
分组十六进制数字:
6B29FC40-CA47-1067-B31D-00DD010662DA

A GUID is a 128-bit value consisting of one group of 8 hexadecimal digits, followed by three groups of 4 hexadecimal digits each, followed by one group of 12 hexadecimal digits. The following example GUID shows the groupings of hexadecimal digits in a GUID: 6B29FC40-CA47-1067-B31D-00DD010662DA

维基百科


通常会添加大括号以包含以上格式的

Often braces are added to enclose the above format, as such:

{3F2504E0-4F89-11D3-9A0C-0305E82C3301}


所以共有38个字符的典型十六进制编码与花括号。

So a total of 38 characters in the typical hexadecimal encoding with curly braces.

-Adam

这篇关于GUID中有多少个字符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆