Guid.Parse() or new Guid() - What's the difference?

后端 未结 5 1466
悲哀的现实
悲哀的现实 2020-12-29 19:24

What is the difference between these two ways of converting a string to System.Guid? Is there a reason to choose one over the other?

var myguid          


        
5条回答
提交回复
热议问题