Compartir a través de


NetworkAddress.TryParse Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function TryParse ( _
    expression As String, _
    <OutAttribute> ByRef address As NetworkAddress _
) As Boolean
'Usage
Dim expression As String
Dim address As NetworkAddress
Dim returnValue As Boolean

returnValue = NetworkAddress.TryParse(expression, _
    address)
public static bool TryParse(
    string expression,
    out NetworkAddress address
)

Parameters

Return Value

Type: System.Boolean