C# Class NContrib.International.NationalId.DanishCprNumber

Afficher le fichier Open project: veracross/ncontrib

Méthodes publiques

Méthode 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

Méthode Description
DanishCprNumber ( ) : System

Method Details

GetDateOfBirth() public static méthode

public static GetDateOfBirth ( string cprNumber ) : System.DateTime
cprNumber string
Résultat System.DateTime

GetGender() public static méthode

public static GetGender ( string cprNumber ) : Gender
cprNumber string
Résultat Gender

GetSequence() public static méthode

public static GetSequence ( string cprNumber ) : string
cprNumber string
Résultat string

IsValidFormat() public static méthode

public static IsValidFormat ( string cprNumber ) : bool
cprNumber string
Résultat bool

Parse() public static méthode

public static Parse ( string cprNumber ) : DanishCprNumber
cprNumber string
Résultat DanishCprNumber

ToString() public méthode

public ToString ( ) : string
Résultat string