D
doug
G'day all,
I'm a newbie to .net (7 years or so as a vb/asp programmer) and I'm
trying to create a GUID using the GUID type in vb.net
Here's the code I'm using to create it :
Public Function CreateGUID() As String
Dim objGUID As Object
objGUID = New Guid
CreateGUID = objGUID.ToString
End Function
This function returns to me a formatted string that kinda looks like a
GUID, but it is all zeros - can anyone help?
Cheers,
Doug.
I'm a newbie to .net (7 years or so as a vb/asp programmer) and I'm
trying to create a GUID using the GUID type in vb.net
Here's the code I'm using to create it :
Public Function CreateGUID() As String
Dim objGUID As Object
objGUID = New Guid
CreateGUID = objGUID.ToString
End Function
This function returns to me a formatted string that kinda looks like a
GUID, but it is all zeros - can anyone help?
Cheers,
Doug.