Language.IsValidNamespace Method

Namespace
Kampute.DocToolkit.Languages
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified namespace name is valid.
public static bool IsValidNamespace(string namespaceName)

Parameters

namespaceName string
The namespace name to check.

Returns

bool
true if the namespace name is valid; otherwise, false.