Iso4217CurrencyCode public class Iso4217CurrencyCode : Asn1Encodable, IAsn1Choice Documentation Code public string Alphabetic { get; } public bool IsAlphabetic { get; } public int Numeric { get; } public Iso4217CurrencyCode(int numeric) public Iso4217CurrencyCode(string alphabetic) public static Iso4217CurrencyCode GetInstance(object obj) public static Iso4217CurrencyCode GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static Iso4217CurrencyCode GetOptional(Asn1Encodable element) public static Iso4217CurrencyCode GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)