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

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

    Parameters

    s
    See Also