dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Int16,PgSqlNumeric) Operator
A value to convert.

In This Topic
    Explicit Type Conversion(Int16,PgSqlNumeric) Operator
    In This Topic
    Converts a short value to the PgSqlNumeric structure.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As PgSqlNumeric _
    ) As Short
    public short operator explicit( 
       PgSqlNumeric value
    )

    Parameters

    value
    A value to convert.

    Return Value

    The PgSqlNumeric structure.
    See Also