DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XHint Class / Explicit Type Conversion Operator / Explicit Type Conversion(String,XHint) Operator
The XHint to convert.

In This Topic
    Explicit Type Conversion(String,XHint) Operator
    In This Topic
    Converts the specified XHint to a System.String.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal hint As XHint _
    ) As String
    public string operator explicit( 
       XHint hint
    )

    Parameters

    hint
    The XHint to convert.

    Return Value

    The System.String to which this operator converts.
    See Also