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