P
Pohihihi
I am getting Guid using
new Guid()
when I say
new Guid().ToString() I get 10856f25-2759-0358-159c-ff7e0759c800
but when I say
new Guid().ToString().ToUpper() I get following
D98C1DD4-008F-04B2-E980-0998ECF8427E
what is going on?
new Guid()
when I say
new Guid().ToString() I get 10856f25-2759-0358-159c-ff7e0759c800
but when I say
new Guid().ToString().ToUpper() I get following
D98C1DD4-008F-04B2-E980-0998ECF8427E
what is going on?