# PayloadGenerator.BitcoinAddress Class Bitcoin Address ## Definition **Namespace:** QRCoder.Core **Assembly:** QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294 **XMLNS for XAML:** Not mapped to an xmlns. **C#** ``` C# public class BitcoinAddress : PayloadGenerator.BitcoinLikeCryptoCurrencyAddress ``` **C++** ``` C++ public ref class BitcoinAddress : public PayloadGenerator.BitcoinLikeCryptoCurrencyAddress ```
InheritanceObjectPayloadGenerator.PayloadPayloadGenerator.BitcoinLikeCryptoCurrencyAddress → PayloadGenerator.BitcoinAddress
## Constructors
PayloadGenerator.BitcoinAddress Initializes a new instance of the PayloadGenerator.BitcoinAddress class
## Properties
EccLevel ECCLevel
(Inherited from PayloadGenerator.Payload)
EciMode EciMode
(Inherited from PayloadGenerator.Payload)
Version Version
(Inherited from PayloadGenerator.Payload)
## Methods
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Inherited from PayloadGenerator.BitcoinLikeCryptoCurrencyAddress)
## See Also #### Reference QRCoder.Core Namespace