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
- path
Type: System.String
- resultObject
Type: Microsoft.Exchange.Data.EdbFilePath
Return value
Type: System.Boolean