ClassIban
Class
Represents information about an IBAN.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.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
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.
Value
Gets the IBAN string for display purposes.
Declaration
cs-api-definition
public string Value { get; }
Property Value
string