Explicit conversion from CLR to string.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	clr As CLR _
) As String
C#
public static explicit operator string (
	CLR clr
)
Visual C++
static explicit operator String^ (
	CLR^ clr
)

Parameters

clr
Type: RedGate.SQLDataCompare.Engine..::.CLR
The CLR to cast.

Return Value

The textual representation of the CLR.

See Also