Share via


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

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

Parameters

Return value

Type: System.Boolean

See also

Reference

EdbFilePath class

EdbFilePath members

Microsoft.Exchange.Data namespace