Class Iban
Represents information about an IBAN.
Inheritance
System.Object
Iban
Namespace: Telerik.Barcode
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Iban : Object
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
|