What is the size of a GUID?
What is the size of a GUID?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted Nov 20, 2012, 1:30 AM
because there is 16 bytes binary data which is logically grouped by "-" sign.
for example
12345678-1234-1234-1234-1234567890EF
4bytes 2bytes 2bytes 2bytes 6bytes
So its size 4+2+2+2+6 = 16bytes
VulpesPosted Nov 19, 2012, 7:57 AM