Class Iban
Represents information about an IBAN.
Inheritance
System.Object
Iban
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Barcode
Assembly: Telerik.WinControls.UI.dll
Syntax
public class Iban
Constructors
Iban(String, IbanType)
Initializes a new instance of the Iban class.
Declaration
public Iban(string value, IbanType type)
Parameters
System.String
value
The string representation of the IBAN. |
IbanType
type
The type of the IBAN. |
Properties
StrippedIban
Gets the IBAN without any dashes or spaces.
Declaration
public string StrippedIban { get; }
Property Value
System.String
|
Type
Value
Gets the IBAN string for display purposes.
Declaration
public string Value { get; }
Property Value
System.String
|