C# Class NuGet.PathValidator

Afficher le fichier Open project: monoman/NugetCracker Class Usage Examples

Méthodes publiques

Méthode Description
IsValidSource ( string source ) : bool

Validates that a source is a valid path or url.

Private Methods

Méthode Description
IsValidLocalPath ( string path ) : bool
IsValidUncPath ( string path ) : bool
IsValidUrl ( string url ) : bool

Method Details

IsValidSource() public static méthode

Validates that a source is a valid path or url.
public static IsValidSource ( string source ) : bool
source string The path to validate.
Résultat bool