# ToString Method Returns payload as string. ## 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 override string ToString() ``` **C++** ``` C++ public: virtual String^ ToString() override ``` #### Return Value String \[Missing <returns> documentation for "M:QRCoder.Core.PayloadGenerator.RussiaPaymentOrder.ToString"\] ## Remarks ⚠ Attention: If CharacterSets was set to windows-1251 or koi8-r you should use ToBytes() instead of ToString() and pass the bytes to CreateQrCode()! ## See Also #### Reference PayloadGenerator.RussiaPaymentOrder Class QRCoder.Core Namespace