Hi,
I'm trying to generate a random GUID, but the method i'm using creates one full of 0's!
The code i'm trying is:
Public Shared Function NewGuid() As Guid
End Function
Then i'm calling this in my code:
Dim guidString As String
guidString = NewGuid.ToString()
I'm using VB.NET 1.1 On the Compact Framework.
Any help would be appreciated!
Thanks,
Simon