CssUtils.IsValidProjectName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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