C# Class Secullum.Validation.ValidationUtils

Show file Open project: Secullum/Secullum.Validation

Public Methods

Method Description
IsCnpj ( string value ) : bool
IsCpf ( string value ) : bool
IsPis ( string value ) : bool

Method Details

IsCnpj() public static method

public static IsCnpj ( string value ) : bool
value string
return bool

IsCpf() public static method

public static IsCpf ( string value ) : bool
value string
return bool

IsPis() public static method

public static IsPis ( string value ) : bool
value string
return bool