LongPath.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 LongPath _
) As Boolean
'Usage
Dim path As String
Dim resultObject As LongPath
Dim returnValue As Boolean

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

Parameters

Return value

Type: System.Boolean

See also

Reference

LongPath class

LongPath members

Microsoft.Exchange.Data namespace