Microsoft
Software
Hardware
Network
Question : System.Guid.NewGuid() created empty guid... why?
Dim symbol_guid As Guid = System.Guid.NewGuid()
why when i debug above code i get empty string?
thanks
Answer : System.Guid.NewGuid() created empty guid... why?
Use the ToString() method instead?
1: 2:
Dim symbol_guid As String = System.Guid.NewGuid().ToString ' ^^^^^^ ^^^^^^^^^
Random Solutions
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)
Sending and receiving limits on Exchange users internally and externally
GZip Partially Working
Screen lock/unlock
Best Practice for Domain Administrator - Windows Server 2003
Question about Exchange 2010 mailbox move.
Linux/php serial port read - How to stop fread() waiting forever if no new data?
Is it possible to mirror two physical disks?
open and read a *.xlsx file
Why RTRIM so slow on UPDATE