C# Class Affecto.Identifiers.IBAN

Afficher le fichier Open project: affecto/dotnet-Identifiers Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string ibanNumber ) : IBAN
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
TryCreate ( string ibanNumber, IBAN &result, string &failureReason ) : bool

Méthodes protégées

Méthode Description
Equals ( IBAN other ) : bool

Private Methods

Méthode Description
Compress ( string iban ) : string
IBAN ( string ibanNumber ) : System

Method Details

Create() public static méthode

public static Create ( string ibanNumber ) : IBAN
ibanNumber string
Résultat IBAN

Equals() protected méthode

protected Equals ( IBAN other ) : bool
other IBAN
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

TryCreate() public static méthode

public static TryCreate ( string ibanNumber, IBAN &result, string &failureReason ) : bool
ibanNumber string
result IBAN
failureReason string
Résultat bool