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