WindowsLiveId.TryParse method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
id As String, _
<OutAttribute> ByRef liveId As WindowsLiveId _
) As Boolean
'Usage
Dim id As String
Dim liveId As WindowsLiveId
Dim returnValue As Boolean
returnValue = WindowsLiveId.TryParse(id, liveId)
public static bool TryParse(
string id,
out WindowsLiveId liveId
)
Parameters
- id
Type: System.String
- liveId
Type: Microsoft.Exchange.Data.WindowsLiveId
Return value
Type: System.Boolean