System.ComponentModel.SyntaxCheck
namespace System.ComponentModel
{
public static class SyntaxCheck
{
public static bool CheckMachineName(string value);
public static bool CheckPath(string value);
public static bool CheckRootedPath(string value);
}
}