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
)
Return Value
Type: System.Boolean