Represents a globally unique identifier (GUID) with a shorter string value. Sguid

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
[TypeConverterAttribute(typeof(ShortGuidConverter))]
public struct ShortGuid
Visual Basic
<TypeConverterAttribute(GetType(ShortGuidConverter))> 
Public Structure ShortGuid
Visual C++
[TypeConverterAttribute(typeof(ShortGuidConverter))]
public value class ShortGuid
F#
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(ShortGuidConverter))>]
type ShortGuid =  struct end

See Also