Check Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilitaire pour case activée Null/Empty et lever les exceptions appropriées
public static class Check
type Check = class
Public Class Check
- Héritage
-
Check
Méthodes
DirectoryExists(String) |
Vérifie si directoryPath existe lève DirectoryNotFoundException si DirectoryPath n’existe pas |
Empty<T>(IEnumerable<T>, Boolean, String) |
Utilitaire pour case activée Null/Empty et lever les exceptions appropriées |
FileExists(String) |
Vérifie si filePath existe Lève FileNotFoundException si le filePath n’existe pas |
NotEmptyNotNull(String, String) |
Vérifie si l’argument de chaîne transmis est NonEmpty et NotNull throws NullReferenceException si l’argument est Null ou Empty |
NotNull(Object, String) |
Vérifie si l’argument transmis est NotNull throws NullReferenceException si l’argument est Null |
S’applique à
Azure SDK for .NET