C# 클래스 RusticiSoftware.TinCanAPILibrary.Helper.ValidationHelper

파일 보기 프로젝트 열기: RusticiSoftware/TinCanAPILibraryCSharp

공개 메소드들

메소드 설명
IsValidEmailAddress ( string email ) : bool

Validates an email address

IsValidUUID ( string potential ) : bool

Determines if a string is a valid UUID.

메소드 상세

IsValidEmailAddress() 공개 정적인 메소드

Validates an email address
public static IsValidEmailAddress ( string email ) : bool
email string The email to validate
리턴 bool

IsValidUUID() 공개 정적인 메소드

Determines if a string is a valid UUID.
public static IsValidUUID ( string potential ) : bool
potential string The string to test
리턴 bool