// produces a "blank" GUID: '00000000-0000-0000-0000-000000000000' System.Guid blankGuid = new System.Guid(); // produces a new, unique GUID: '96d36892-6eed-400c-91f8-a194f3522fae' System.Guid desiredGuid = System.Guid.NewGuid();
You need to create an account or log in to post comments to this site.