B babylon Jan 28, 2004 #1 I know how know to generate it using guidgen.exe any builtin routine in .net framework to do that? thx
I know how know to generate it using guidgen.exe any builtin routine in .net framework to do that? thx
M Magnus Lidbom Jan 28, 2004 #2 babylon said: I know how know to generate it using guidgen.exe any builtin routine in .net framework to do that? thx Click to expand... Guid myGuid = Guid.NewGuid(); /Magnus Lidbom
babylon said: I know how know to generate it using guidgen.exe any builtin routine in .net framework to do that? thx Click to expand... Guid myGuid = Guid.NewGuid(); /Magnus Lidbom
J Jan Tielens Jan 28, 2004 #3 System.Guid.NewGuid http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=335 -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan
System.Guid.NewGuid http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=335 -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan
D Dmitriy Lapshin [C# / .NET MVP] Jan 28, 2004 #4 I should be something like: Guid g = System.Guid.NewGuid(); Console.WriteLine(g.ToString());
B babylon Jan 28, 2004 #5 Thx guys!!! Dmitriy Lapshin said: I should be something like: Guid g = System.Guid.NewGuid(); Console.WriteLine(g.ToString()); -- Dmitriy Lapshin [C# / .NET MVP] X-Unity Test Studio http://x-unity.miik.com.ua/teststudio.aspx Bring the power of unit testing to VS .NET IDE babylon said: I know how know to generate it using guidgen.exe any builtin routine in .net framework to do that? thx Click to expand... Click to expand...
Thx guys!!! Dmitriy Lapshin said: I should be something like: Guid g = System.Guid.NewGuid(); Console.WriteLine(g.ToString()); -- Dmitriy Lapshin [C# / .NET MVP] X-Unity Test Studio http://x-unity.miik.com.ua/teststudio.aspx Bring the power of unit testing to VS .NET IDE babylon said: I know how know to generate it using guidgen.exe any builtin routine in .net framework to do that? thx Click to expand... Click to expand...