Implicitly converts the Guid to a ShortGuid

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

Syntax

C#
public static implicit operator ShortGuid (
	Guid guid
)
Visual Basic
Public Shared Widening Operator CType ( 
	guid As Guid
) As ShortGuid
Visual C++
static implicit operator ShortGuid (
	Guid guid
)
F#
F# does not support the declaration of new casting operators.

Parameters

guid
Type: System..::..Guid

Return Value

Type: ShortGuid

See Also