首页 > Windows开发 > 详细

C# Guid.ToString()

时间:2021-05-17 15:42:11      阅读:14      评论:0      收藏:0      [点我收藏+]

--
N 32 digits:

00000000000000000000000000000000

D 32 digits separated by hyphens:

00000000-0000-0000-0000-000000000000

B 32 digits separated by hyphens, enclosed in braces:

{00000000-0000-0000-0000-000000000000}

P 32 digits separated by hyphens, enclosed in parentheses:

(00000000-0000-0000-0000-000000000000)

X Four hexadecimal values enclosed in braces, where the fourth value is a subset of eight hexadecimal values that is also enclosed in braces:

{0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}

C# Guid.ToString()

原文:https://www.cnblogs.com/ArvinZhao/p/14776662.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!