# PayloadGenerator.Girocode.GirocodeEncoding Enumeration \[Missing <summary> documentation for "T:QRCoder.Core.PayloadGenerator.Girocode.GirocodeEncoding"\] ## 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 enum GirocodeEncoding ``` **C++** ``` C++ public enum class GirocodeEncoding ``` ## Members
| UTF_8 | 0 | |
| ISO_8859_1 | 1 | |
| ISO_8859_2 | 2 | |
| ISO_8859_4 | 3 | |
| ISO_8859_5 | 4 | |
| ISO_8859_7 | 5 | |
| ISO_8859_10 | 6 | |
| ISO_8859_15 | 7 |