Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public string barcodeImage(string barcode) {
  2. string output = "https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=" + barcode + "-0&choe=utf-8";
  3. return output;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement