dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlInet Structure / Parse Method

In This Topic
    Parse Method (MySqlInet)
    In This Topic
    Converts a specified string to a MySqlInet object.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal value As String _
    ) As MySqlInet
    public static MySqlInet Parse( 
       string value
    )

    Parameters

    value
    See Also