LocalLongFullPath.ParseCore method
This member overrides LongPath.ParseCore(String, Boolean).
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Protected Overrides Function ParseCore ( _
path As String, _
nothrow As Boolean _
) As Boolean
'Usage
Dim path As String
Dim nothrow As Boolean
Dim returnValue As Boolean
returnValue = Me.ParseCore(path, nothrow)
protected override bool ParseCore(
string path,
bool nothrow
)
Parameters
- path
Type: System.String
- nothrow
Type: System.Boolean
Return value
Type: System.Boolean