Implicitly converts the ShortGuid to it's string equivilent

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 string (
	ShortGuid shortGuid
)
Visual Basic
Public Shared Widening Operator CType ( 
	shortGuid As ShortGuid
) As String
Visual C++
static implicit operator String^ (
	ShortGuid shortGuid
)
F#
F# does not support the declaration of new casting operators.

Parameters

shortGuid
Type: MonoSoftware.Core..::..ShortGuid

Return Value

Type: String

See Also