LongPath.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 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
)
Return Value
Type: System.Boolean