Method ToBlockText
- Namespace
- DisCatSharp.Extensions.TwoFactorCommands
- Assembly
- DisCatSharp.Extensions.TwoFactorCommands.dll
ToBlockText(string, int)
Converts the specified payload into a QR code represented as block text.
public static string ToBlockText(this string payload, int quietZoneModules = 4)
Parameters
Returns
- string
A string representing the QR code.