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
- netID
Type: System.String
- outNetID
Type: Microsoft.Exchange.Data.NetID
Return value
Type: System.Boolean