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

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

    Parameters

    hint
    The XHint to convert.

    Return Value

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