C# 클래스 EixoX.Restrictions.ChaveNFe

상속: System.Attribute, Restriction
파일 보기 프로젝트 열기: EixoX/Jetfuel-CSharp

공개 메소드들

메소드 설명
IsValid ( string chaveNfe ) : bool

Checks if a given value is a valid CPF number.

Validate ( object input ) : bool

Validates an input object as a valid CPF number or an empty value.

비공개 메소드들

메소드 설명
CharToInt ( char c ) : int

메소드 상세

IsValid() 공개 정적인 메소드

Checks if a given value is a valid CPF number.
public static IsValid ( string chaveNfe ) : bool
chaveNfe string
리턴 bool

Validate() 공개 메소드

Validates an input object as a valid CPF number or an empty value.
public Validate ( object input ) : bool
input object The input to validate.
리턴 bool