I\'m new to C#.
I know in vb.net, i can do this:
Dim guid as string = System.Guid.NewGuid.ToString
In C#, I\'m trying to do
you are missing () on the end of ToString.