GUIDs : GUID « Development « VB.Net






GUIDs

    
Public Class MainClass
    Public Shared Sub Main()
        System.Console.WriteLine(System.Guid.NewGuid.ToString)
    End Sub

End Class

   
    
    
    
  








Related examples in the same category

1.Generic and nongeneric versions of the CompareTo method for Guid value
2.Guid.NewGuid Method creates a new instance of the Guid class.
3.Converts the string representation of a GUID to the equivalent Guid structure.