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

Parameters

shortGuid
Type: System..::..String

Return Value

Type: ShortGuid

See Also