Compartilhar via


LocalLongFullPath.TryParse Method

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

Syntax

'Declaration
Public Shared Function TryParse ( _
    path As String, _
    <OutAttribute> ByRef resultObject As LocalLongFullPath _
) As Boolean
'Usage
Dim path As String
Dim resultObject As LocalLongFullPath
Dim returnValue As Boolean

returnValue = LocalLongFullPath.TryParse(path, _
    resultObject)
public static bool TryParse(
    string path,
    out LocalLongFullPath resultObject
)

Parameters

Return Value

Type: System.Boolean