Sdílet prostřednictvím


LocalLongFullPath.ParseCore Method

This member overrides LongPath.ParseCore(String, Boolean).

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.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

Return Value

Type: System.Boolean