码迷,mamicode.com
首页 > Windows程序 > 详细

C# 获取GUID

时间:2021-05-25 18:08:28      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:col   更新时间   str   输出   ring   using   pac   static   产生   

C# 获取GUID

using System;
namespace GUID测试 
{ 
    class Program 
    { 
        static void Main(string[] args) 
        { 
            //产生一个新的GUID并输出
            Console.WriteLine(System.Guid.NewGuid()); 
            Console.ReadKey(); 
        } 
     } 
 }

  

 

创建时间:2021.05.25  更新时间:

 

C# 获取GUID

标签:col   更新时间   str   输出   ring   using   pac   static   产生   

原文地址:https://www.cnblogs.com/guorongtao/p/14807172.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!