TryParse

BarcodeTypes.TryParse method

Returns Barcode type with pasringType name. If name of Barcode is unknown - no Exception will be thrown but method will return null value.

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

Return Value

BarcodeType instance.

See Also