Parse

QrCodeTypes.Parse method

Returns QRCode type with pasringType name. If name of QRCode is unknown - Exception will be throw

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

Return Value

QRCodeType instance.

See Also