TryParse

QrCodeTypes.TryParse method

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

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

Return Value

QRCodeType instance.

See Also