dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlInt16 Structure / Parse Method

In This Topic
    Parse Method (SqlInt16)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal s As String _
    ) As SqlInt16
    public static SqlInt16 Parse( 
       string s
    )

    Parameters

    s
    See Also