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

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

    Parameters

    s
    See Also