Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
guid data type values are 16-byte globally unique identifiers.
Remarks
You cannot instantiate a guid value using literal syntax: use the guid.Generate()
method, or convert the string
representation of a guid using guid.Parse()
to create a new globally unique identifier.
Members
Converts a guid to its string representation with groups separated by hyphens.
Converts a guid to its string representation in curly braces, and the groups separated by hyphens.