Parse

BarcodeTypes.Parse method

Returns Barcode type with pasringType name. If name of Barcode is unknown - Exception will be thrown.

public static BarcodeType Parse(string parsingType)
Parameter Type Description
parsingType String Source string of barcode type name.

Return Value

BarcodeType instance.

See Also