Share via


NetID.TryParse method

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

Syntax

'Declaration
Public Shared Function TryParse ( _
    netID As String, _
    <OutAttribute> ByRef outNetID As NetID _
) As Boolean
'Usage
Dim netID As String
Dim outNetID As NetID
Dim returnValue As Boolean

returnValue = NetID.TryParse(netID, _
    outNetID)
public static bool TryParse(
    string netID,
    out NetID outNetID
)

Parameters

Return value

Type: System.Boolean

See also

Reference

NetID class

NetID members

Microsoft.Exchange.Data namespace