当前位置:网站首页>C# System. Guid. Newguid() format
C# System. Guid. Newguid() format
2022-06-11 12:27:00 【Three years old, funny】
Concept
GUID: namely Globally Unique Identifier( Globally unique identifier ) Also known as UUID(Universally Unique IDentifier) . GUID Is a binary generated by a specific algorithm with a length of 128 The numeric identifier of the bit , Used to indicate the uniqueness of the product .GUID Mainly used for having multiple nodes 、 In a network or system of multiple computers , Assignment must have a unique identifier .
stay Windows On the platform ,GUID Widely used in Microsoft products , Used to identify registry entries 、 Class and interface identification 、 database 、 System directory and other objects .
Format
GUID The format is “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”, Each of them x yes 0-9 or a-f One of the ranges 32 A hexadecimal number . for example :6F9619FF-8B86-D011-B42D-00C04FC964FF Is valid GUID value .
System.Guid.NewGuid().ToString(“N”); 32 A string
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
38bddf48f43c48588e0d78761eaa1ce6
System.Guid.NewGuid().ToString(“D”); Hyphenated 32 A string
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
57d99d89-caab-482a-a0e9-a0a803eed3ba
System.Guid.NewGuid().ToString(“B”); In braces 、 Hyphenated 32 A string
{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
{09f140d5-af72-44ba-a763-c861304b46f8}
System.Guid.NewGuid().ToString(“P”); In parentheses 、 Hyphenated 32 A string
(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
(778406c2-efff-4262-ab03-70a77d09c2b5)
边栏推荐
- JMeter 学习心得
- Jerry's aicmd command [chapter]
- Where is it safer to open an account for soda ash futures? How much is the margin for soda ash futures?
- CMD of Jerry's AI protocol_ SET_ BLE_ Visibility [chapter]
- oracle删除用户后,却还可以使用该用户登录
- 你管这破玩意儿叫 MQ?
- (recommended) how many splunks are appropriate? Search head
- Command symbols commonly used by programmers
- InputStream read file OutputStream create file
- Flink data flow graph, parallelism, operator chain, jobgraph and executiongraph, task and task slot
猜你喜欢

(推荐)splunk 多少数量search head 才合适

ZABBIX installation and configuration application

Is reflection really time-consuming? How long does it take to reflect 100000 times.

JMeter 学习心得

saltstack安装与使用

13、ReentrantLock、ReentrantReadWriteLock、StampedLock讲解

2、CompletableFuture

Specflow环境搭建

Wireshark packet capturing and debugging RTSP

flask 框架web开发视频笔记
随机推荐
Flink window table valued function
Four ways to create threads
8. 18 arhat enhancements for atomic operations
Wechat applet startup page automatically jumps
Redis數據類型日常使用場景
Gocron scheduled task management platform
Redis数据类型日常使用场景
Zhouhongyi's speech at the China Network Security Annual Conference: 360 secure brain builds a data security system
你管这破玩意儿叫 MQ?
中间人攻击之ettercap嗅探
flink 控制窗口行为(触发器、移除器、允许延迟、将迟到的数据放入侧输出流)
CMD of Jerry's AI protocol_ SET_ BLE_ Format of visibility command [chapter]
近期使用nodejs pinyin包时遇到的问题
Linux changes the MySQL password after forgetting it
2、CompletableFuture
SQLServer连接数据库(中文表)部分数据乱码问题解决
非标自动化设备制造企业,如何借助ERP系统实现快速精准报价?
2、CompletableFuture
Redis RDB和AOF
This is our golden age