Sep.Git.Tfs.Commands.Ext.IsValidTfsPath C# (CSharp) Method

IsValidTfsPath() public static method

public static IsValidTfsPath ( this tfsPath ) : bool
tfsPath this
return bool
        public static bool IsValidTfsPath(this string tfsPath)
        {
            return ValidTfsPath.IsMatch(tfsPath);
        }