Table of Contents

Class Iso4217CurrencyCode

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509.Qualified
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class Iso4217CurrencyCode : Asn1Encodable, IAsn1Convertible, IAsn1Choice
Inheritance
Iso4217CurrencyCode
Implements
Inherited Members

Constructors

Iso4217CurrencyCode(int)

public Iso4217CurrencyCode(int numeric)

Parameters

numeric int

Iso4217CurrencyCode(string)

public Iso4217CurrencyCode(string alphabetic)

Parameters

alphabetic string

Properties

Alphabetic

public string Alphabetic { get; }

Property Value

string

IsAlphabetic

public bool IsAlphabetic { get; }

Property Value

bool

Numeric

public int Numeric { get; }

Property Value

int

Methods

GetInstance(object)

public static Iso4217CurrencyCode GetInstance(object obj)

Parameters

obj object

Returns

Iso4217CurrencyCode

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object