C# Class RusticiSoftware.TinCanAPILibrary.Helper.ValidationHelper

Afficher le fichier Open project: RusticiSoftware/TinCanAPILibraryCSharp

Méthodes publiques

Méthode Description
IsValidEmailAddress ( string email ) : bool

Validates an email address

IsValidUUID ( string potential ) : bool

Determines if a string is a valid UUID.

Method Details

IsValidEmailAddress() public static méthode

Validates an email address
public static IsValidEmailAddress ( string email ) : bool
email string The email to validate
Résultat bool

IsValidUUID() public static méthode

Determines if a string is a valid UUID.
public static IsValidUUID ( string potential ) : bool
potential string The string to test
Résultat bool