IbanHelper Class
Namespace: PTS.Globalization
Assembly: PTS.Globalization.dll
Syntax
public static class IbanHelper
Inheritance
System.Object
IbanHelper
Methods
Clean(String)
Declaration
public static string Clean(string iban)
Parameters
Type | Name | Description |
---|---|---|
System.String | iban |
Returns
Type | Description |
---|---|
System.String |
Format(String)
Declaration
public static string Format(string iban)
Parameters
Type | Name | Description |
---|---|---|
System.String | iban |
Returns
Type | Description |
---|---|
System.String |
IsValid(String)
Returns true if IBAN fromat and checksum is valid.
Declaration
public static bool IsValid(string iban)
Parameters
Type | Name | Description |
---|---|---|
System.String | iban | The iban. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()