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

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

    Parameters

    hint
    The XHint to convert.

    Return Value

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