Skip to content

M_QRCoder_Core_PayloadGenerator_RussiaPaymentOrder_ToString

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

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#

public override string ToString()

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

Clone this wiki locally