Mono Class Library: System Namespace

System.Guid Structure

A globally-unique identifier. [Edit]

See Also: Guid Members

[System.Runtime.InteropServices.ComVisible(true)]
public struct Guid : IComparable, IComparable<Guid>, IEquatable<Guid>, IFormattable

Remarks

Guids are supposed to be globally unique. They are 16-bytes long and are generally represented as a hexidecimal string enclosed in curly braces. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0