DekGenius.com
[ Team LiB ] Previous Section Next Section

SyntaxCheck

System.ComponentModel (system.dll)class

This is a class private to the framework, which should not be used in your own code.

public class SyntaxCheck {
// Public Static Methods
   public static bool CheckMachineName(string value);
   public static bool CheckPath(string value);
   public static bool CheckRootedPath(string value);
}
    [ Team LiB ] Previous Section Next Section