Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / PointerSize Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Int32,PointerSize) Operator
The value.

In This Topic
    Implicit Type Conversion(Int32,PointerSize) Operator
    In This Topic
    Performs an implicit conversion from PointerSize to System.Int32.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As PointerSize _
    ) As System.Integer
    public System.int operator implicit( 
       PointerSize value
    )

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also