LocalLongFullPath.TryParse method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.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

See also

Reference

LocalLongFullPath class

LocalLongFullPath members

Microsoft.Exchange.Data namespace