Edit

CssUtils.IsValidProjectName(String) Method

Definition

Is this a valid project name for PCW?

public static bool IsValidProjectName(string projectName);
static member IsValidProjectName : string -> bool
Public Shared Function IsValidProjectName (projectName As String) As Boolean

Parameters

projectName
String

the desired name for the project

Returns

true if valid, false if invalid

Applies to