New to Telerik UI for .NET MAUIStart a free 30-day trial

Iban

Class

Represents information about an IBAN.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class Iban

Inheritance: objectIban

Constructors

Initializes a new instance of the Iban class.

C#
public Iban(string value, IbanType type)
Parameters:valuestring

The string representation of the IBAN.

typeIbanType

The type of the IBAN.

Properties

Gets the IBAN without any dashes or spaces.

C#
public string StrippedIban { get; }

Gets the type of the IBAN.

C#
public IbanType Type { get; }

Gets the IBAN string for display purposes.

C#
public string Value { get; }