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

In This Topic
    TryParse Method (MySqlInet)
    In This Topic
    Attempts to convert a specified string to a MySqlInet object.
    Syntax
    'Declaration
     
    Public Shared Function TryParse( _
       ByVal value As String, _
       ByRef address As MySqlInet _
    ) As Boolean
    public static bool TryParse( 
       string value,
       out MySqlInet address
    )

    Parameters

    value
    address
    See Also