Class
Iban

Represents information about an IBAN.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class Iban

Inheritance: objectIban

Constructors

Iban(string, IbanType)

Initializes a new instance of the Iban class.

Declaration

cs-api-definition
public Iban(string value, IbanType type)

Parameters

value

string

The string representation of the IBAN.

type

IbanType

The type of the IBAN.

Properties

StrippedIban

Gets the IBAN without any dashes or spaces.

Declaration

cs-api-definition
public string StrippedIban { get; }

Property Value

string

Type

Gets the type of the IBAN.

Declaration

cs-api-definition
public IbanType Type { get; }

Property Value

IbanType

Value

Gets the IBAN string for display purposes.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string