C# Class Affecto.Identifiers.IBAN

Datei anzeigen Open project: affecto/dotnet-Identifiers Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( IBAN other ) : bool

Private Methods

Method Description
Compress ( string iban ) : string
IBAN ( string ibanNumber ) : System

Method Details

Create() public static method

public static Create ( string ibanNumber ) : IBAN
ibanNumber string
return IBAN

Equals() protected method

protected Equals ( IBAN other ) : bool
other IBAN
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

TryCreate() public static method

public static TryCreate ( string ibanNumber, IBAN &result, string &failureReason ) : bool
ibanNumber string
result IBAN
failureReason string
return bool