C# Class NContrib.International.NationalId.DanishCprNumber

ファイルを表示 Open project: veracross/ncontrib

Public Methods

Method Description
GetDateOfBirth ( string cprNumber ) : System.DateTime
GetGender ( string cprNumber ) : Gender
GetSequence ( string cprNumber ) : string
IsValidFormat ( string cprNumber ) : bool
Parse ( string cprNumber ) : DanishCprNumber
ToString ( ) : string

Private Methods

Method Description
DanishCprNumber ( ) : System

Method Details

GetDateOfBirth() public static method

public static GetDateOfBirth ( string cprNumber ) : System.DateTime
cprNumber string
return System.DateTime

GetGender() public static method

public static GetGender ( string cprNumber ) : Gender
cprNumber string
return Gender

GetSequence() public static method

public static GetSequence ( string cprNumber ) : string
cprNumber string
return string

IsValidFormat() public static method

public static IsValidFormat ( string cprNumber ) : bool
cprNumber string
return bool

Parse() public static method

public static Parse ( string cprNumber ) : DanishCprNumber
cprNumber string
return DanishCprNumber

ToString() public method

public ToString ( ) : string
return string