C# 클래스 NContrib.International.NationalId.DanishCprNumber

파일 보기 프로젝트 열기: veracross/ncontrib

공개 메소드들

메소드 설명
GetDateOfBirth ( string cprNumber ) : System.DateTime
GetGender ( string cprNumber ) : Gender
GetSequence ( string cprNumber ) : string
IsValidFormat ( string cprNumber ) : bool
Parse ( string cprNumber ) : DanishCprNumber
ToString ( ) : string

비공개 메소드들

메소드 설명
DanishCprNumber ( ) : System

메소드 상세

GetDateOfBirth() 공개 정적인 메소드

public static GetDateOfBirth ( string cprNumber ) : System.DateTime
cprNumber string
리턴 System.DateTime

GetGender() 공개 정적인 메소드

public static GetGender ( string cprNumber ) : Gender
cprNumber string
리턴 Gender

GetSequence() 공개 정적인 메소드

public static GetSequence ( string cprNumber ) : string
cprNumber string
리턴 string

IsValidFormat() 공개 정적인 메소드

public static IsValidFormat ( string cprNumber ) : bool
cprNumber string
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string cprNumber ) : DanishCprNumber
cprNumber string
리턴 DanishCprNumber

ToString() 공개 메소드

public ToString ( ) : string
리턴 string