Click or drag to resize

ShortGuid   Conversion (ShortGuid to Guid)

Implicitly converts the ShortGuid to it's Guid equivilent

Namespace: Casewhere.SystemTypes
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static implicit operator Guid (
	ShortGuid shortGuid
)

Parameters

shortGuid  ShortGuid

Return Value

Guid

[Missing <returns> documentation for "M:Casewhere.SystemTypes.ShortGuid.op_Implicit(Casewhere.SystemTypes.ShortGuid)~System.Guid"]

See Also