PathUtil::IsNormalized Method (String^)

Visual Studio 2015
 

Determines whether the given path is in normalized form.

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

public:
static bool IsNormalized(
	String^ path
)

Parameters

path
Type: System::String^

The path.

Return Value

Type: System::Boolean

True if the path is normalized, otherwise false.

Return to top
Show: