Partager via


Check Classe

Définition

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 à