C# Class Mictlanix.BE.Web.Utils.Code128Content

Represent the set of code values to be output into barcode form
显示文件 Open project: mictlanix/mbe Class Usage Examples

Public Methods

Method Description
Code128Content ( string AsciiData ) : System

Create content based on a string of ASCII data

Private Methods

Method Description
GetBestStartSet ( Code128Code csa1, Code128Code csa2 ) : CodeSet

Determines the best starting code set based on the the first two characters of the string to be encoded

StringToCode128 ( string AsciiData ) : int[]

Transform the string into integers representing the Code128 codes necessary to represent it

Method Details

Code128Content() public method

Create content based on a string of ASCII data
public Code128Content ( string AsciiData ) : System
AsciiData string the string that should be represented
return System