Compartir a través de


EdbFilePath.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 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