C# Class Secullum.Validation.ValidationUtils

Afficher le fichier Open project: Secullum/Secullum.Validation

Méthodes publiques

Méthode Description
IsCnpj ( string value ) : bool
IsCpf ( string value ) : bool
IsPis ( string value ) : bool

Method Details

IsCnpj() public static méthode

public static IsCnpj ( string value ) : bool
value string
Résultat bool

IsCpf() public static méthode

public static IsCpf ( string value ) : bool
value string
Résultat bool

IsPis() public static méthode

public static IsPis ( string value ) : bool
value string
Résultat bool