Share via


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

Return value

Type: System.Boolean

See also

Reference

WindowsLiveId class

WindowsLiveId members

Microsoft.Exchange.Data namespace