R
Ronald S. Cook
Given that PenID is a Guid, is there a better way to write this?
if (PenID.ToString() != "00000000-0000-0000-0000-000000000000")
I thought I could do some sort of Guid.Empty check or something.
Thanks,
Ron
if (PenID.ToString() != "00000000-0000-0000-0000-000000000000")
I thought I could do some sort of Guid.Empty check or something.
Thanks,
Ron