首页 > 开发 > 综合 > 正文

c#中获取GUID

2024-07-21 02:26:20
字体:
来源:转载
供稿:网友

c#获取guidusing system;
using system.collections.generic;
using system.text;

namespace testgetguid
...{
    class program
    ...{
        static void main(string[] args)
        ...{
            creatguid();
        }

        private static void creatguid()
        ...{
            console.writeline("guid:" + guid.newguid().tostring());
            console.readline();
        }
    }
}

  • 本文来源于网页设计爱好者web开发社区http://www.html.org.cn收集整理,欢迎访问。
  • 发表评论 共有条评论
    用户名: 密码:
    验证码: 匿名发表