We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A private function for calculating the barcode value of the EAN13 barcode.
internal static char EvenBar(string value) { var t = 75 + Convert.ToDouble(value); return (char)t; }