We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06ac53 commit f1c1176Copy full SHA for f1c1176
QRCodeDLLtoBase64.ps1
@@ -0,0 +1,3 @@
1
+$Content = Get-Content -Path QRCoder.dll -AsByteStream
2
+$Base64 = [System.Convert]::ToBase64String($Content)
3
+$Base64 | Out-File encodedQRCoder.txt
0 commit comments