Compartir a través de


LongPath.ParseCore Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Protected Overridable 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 virtual bool ParseCore(
    string path,
    bool nothrow
)

Parameters

Return Value

Type: System.Boolean