Share via


PathUtil.IsDirectorySeparator Method

Namespace:  Microsoft.Internal.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared Function IsDirectorySeparator ( _
    c As Char _
) As Boolean
public static bool IsDirectorySeparator(
    char c
)
public:
static bool IsDirectorySeparator(
    wchar_t c
)
static member IsDirectorySeparator : 
        c:char -> bool
public static function IsDirectorySeparator(
    c : char
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PathUtil Class

Microsoft.Internal.VisualStudio.Shell Namespace