PathUtil::IsDirectorySeparator Method (Char)

Visual Studio 2015
 

Determines whether a character is a directory separator.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
static bool IsDirectorySeparator(
	wchar_t c
)

Parameters

c
Type: System::Char

The character to test

Return Value

Type: System::Boolean

True if c is a directory separator, false if not.

Return to top
Show: