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
SBS 2008 Inetpub log files
Treeview control that support thumbnails or images.
How to setup network
secure emails
Count/sum items between dates
Help with PHP statement
Show gridlines in visio diagram saved as jpg file.
Size of integer in embedded
Asterisk 1.4 assigning outbound routes based on extension
How do I update file, save to new location and keep original file as is using Visual Basic 2008?