Показать сообщение отдельно
Старый 27.12.2011, 15:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
East Ocean - Technical: Interesting Tips: Guid without dash
Источник: http://eastoceantechnical.blogspot.c...hout-dash.html
==============

Easy way to return a GUID without dash:-
Guid.ToString("N")
Guid id = new Guid(string here); //back to guid



Guid test=Guid.NewGuid();
Console.WriteLine(test.ToString("N"));

Console.WriteLine(test.ToString());



Источник: http://eastoceantechnical.blogspot.c...hout-dash.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.